aboutsummaryrefslogtreecommitdiffstats
path: root/lang/modula-3-lib
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-07-17 23:13:02 +0800
committermax <max@FreeBSD.org>1997-07-17 23:13:02 +0800
commit95460ecd681df20e9ad250bb6be256383639e588 (patch)
tree4972cf82c7e5377187c3eaec254dfb25156427e7 /lang/modula-3-lib
parentf488a4f9836409996d4ba99c4a98f86785159b5d (diff)
downloadfreebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.gz
freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.zst
freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.zip
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'lang/modula-3-lib')
-rw-r--r--lang/modula-3-lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile
index e60125cef58f..f120f81adda2 100644
--- a/lang/modula-3-lib/Makefile
+++ b/lang/modula-3-lib/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 Oct 1996
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.7 1997/04/30 03:18:04 asami Exp $
+# $Id: Makefile,v 1.8 1997/07/13 18:49:22 max Exp $
#
DISTNAME= modula-3-lib-3.6
@@ -139,6 +139,6 @@ do-install:
chmod 755 ${startup_script}; \
fi
@echo "Running ldconfig"
- @/sbin/ldconfig -m ${PREFIX}/lib/m3/FreeBSD2
+ @${LDCONFIG} -m ${PREFIX}/lib/m3/FreeBSD2
.include <bsd.port.mk>