aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/openjade/Makefile
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 /textproc/openjade/Makefile
parentf488a4f9836409996d4ba99c4a98f86785159b5d (diff)
downloadfreebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.gz
freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.zst
freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.zip
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'textproc/openjade/Makefile')
-rw-r--r--textproc/openjade/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile
index 6bd4526d88fa..2566161a1d69 100644
--- a/textproc/openjade/Makefile
+++ b/textproc/openjade/Makefile
@@ -3,7 +3,7 @@
# Date created: June 19, 1997
# Whom: jfieber
#
-# $Id: Makefile,v 1.3 1997/07/06 02:54:02 jfieber Exp $
+# $Id: Makefile,v 1.4 1997/07/07 02:43:15 jfieber Exp $
#
DISTNAME= jade0_8
@@ -28,6 +28,6 @@ BROKEN= Requires FreeBSD 2.2 or later.
# Shared libraries are currently broken for this port.
# post-install:
-# /sbin/ldconfig -m ${PREFIX}/lib
+# ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>