summaryrefslogtreecommitdiff
path: root/x11-toolkits/xforms
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
commit5e5eddfc6095220a71076c16d43c690e2f9656e2 (patch)
tree07dea29a435aa8be3d5b45607547c855e34deb6b /x11-toolkits/xforms
parentUpgrade 1.3 -> 1.4. (diff)
ldconfig -> ${LDCONFIG}.
Notes
Notes: svn path=/head/; revision=7360
Diffstat (limited to 'x11-toolkits/xforms')
-rw-r--r--x11-toolkits/xforms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile
index 0e77c70697fa..bb4d70aec6d8 100644
--- a/x11-toolkits/xforms/Makefile
+++ b/x11-toolkits/xforms/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 March 1997
# Whom: gena
#
-# $Id: Makefile,v 1.10 1997/03/28 11:39:55 asami Exp $
+# $Id: Makefile,v 1.11 1997/05/16 12:53:20 max Exp $
#
DISTNAME= bxform-086
@@ -20,7 +20,7 @@ MAN1= fdesign.1 fd2ps.1
MAN5= xforms.5
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.if !defined(NOMANCOMPRESS)
@${RM} ${PREFIX}/man/man5/forms.5
@ln -fs xforms.5.gz ${PREFIX}/man/man5/forms.5.gz