summaryrefslogtreecommitdiff
path: root/textproc/sp
diff options
context:
space:
mode:
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>