diff options
author | asami <asami@FreeBSD.org> | 1997-04-27 01:06:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-27 01:06:45 +0000 |
commit | d1d8dc0169714869829698a9b171f0a54f75c228 (patch) | |
tree | c8f90c403b367821223e22835c9b6a5565344887 /textproc/sp | |
parent | 07de4c7550c46c06e8c70ae6355e5708eec0e49b (diff) | |
download | FreeBSD-ports-d1d8dc0169714869829698a9b171f0a54f75c228.zip FreeBSD-ports-d1d8dc0169714869829698a9b171f0a54f75c228.tar.gz |
/sbin/ldconfig -> ${LDCONFIG}
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 38c79c7..dccc66f 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> |