diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
commit | 5e5eddfc6095220a71076c16d43c690e2f9656e2 (patch) | |
tree | 07dea29a435aa8be3d5b45607547c855e34deb6b /x11/XFree86/Makefile | |
parent | Upgrade 1.3 -> 1.4. (diff) |
ldconfig -> ${LDCONFIG}.
Notes
Notes:
svn path=/head/; revision=7360
Diffstat (limited to 'x11/XFree86/Makefile')
-rw-r--r-- | x11/XFree86/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index 4fe0558b03f8..f93111d88309 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.32 1997/07/13 18:49:30 max Exp $ +# $Id: Makefile,v 1.33 1997/07/14 06:36:30 asami Exp $ # DISTNAME= xc @@ -25,6 +25,6 @@ INSTALL_TARGET= install install.man DIST_SUBDIR= xc post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |