aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-04-27 09:06:45 +0800
committerasami <asami@FreeBSD.org>1997-04-27 09:06:45 +0800
commitd1d8dc0169714869829698a9b171f0a54f75c228 (patch)
treec8f90c403b367821223e22835c9b6a5565344887 /textproc
parent07de4c7550c46c06e8c70ae6355e5708eec0e49b (diff)
downloadfreebsd-ports-gnome-d1d8dc0169714869829698a9b171f0a54f75c228.tar.gz
freebsd-ports-gnome-d1d8dc0169714869829698a9b171f0a54f75c228.tar.zst
freebsd-ports-gnome-d1d8dc0169714869829698a9b171f0a54f75c228.zip
/sbin/ldconfig -> ${LDCONFIG}
Diffstat (limited to 'textproc')
-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>