summaryrefslogtreecommitdiff
path: root/textproc/sp
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-04-27 01:06:45 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-04-27 01:06:45 +0000
commitb39298937a2c4faeb9c2544229dc68e8faeea8c0 (patch)
tree388bf0674ae43f9239ca878c08355e42447278fe /textproc/sp
parentStyle police. (diff)
/sbin/ldconfig -> ${LDCONFIG}
Notes
Notes: svn path=/head/; revision=6329
Diffstat (limited to 'textproc/sp')
-rw-r--r--textproc/sp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile
index 38c79c77e317..dccc66f96f53 100644
--- a/textproc/sp/Makefile
+++ b/textproc/sp/Makefile
@@ -3,7 +3,7 @@
# Date created: April 26, 1997
# Whom: jfieber
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/04/26 20:01:59 jfieber Exp $
#
DISTNAME= sp-1.1.1
@@ -13,6 +13,6 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
MAINTAINER= jfieber@FreeBSD.ORG
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>