diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-27 01:06:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-27 01:06:45 +0000 |
commit | b39298937a2c4faeb9c2544229dc68e8faeea8c0 (patch) | |
tree | 388bf0674ae43f9239ca878c08355e42447278fe /textproc/sp | |
parent | 3346fd4fb6395afae6322d66816550e4602cf935 (diff) |
/sbin/ldconfig -> ${LDCONFIG}
Notes
Notes:
svn path=/head/; revision=6329
Diffstat (limited to 'textproc/sp')
-rw-r--r-- | textproc/sp/Makefile | 4 |
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> |