diff options
author | max <max@FreeBSD.org> | 1997-07-17 23:13:02 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-17 23:13:02 +0800 |
commit | 95460ecd681df20e9ad250bb6be256383639e588 (patch) | |
tree | 4972cf82c7e5377187c3eaec254dfb25156427e7 /x11 | |
parent | f488a4f9836409996d4ba99c4a98f86785159b5d (diff) | |
download | freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.gz freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.zst freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.zip |
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 4 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 4 | ||||
-rw-r--r-- | x11/XFree86-4/Makefile | 4 | ||||
-rw-r--r-- | x11/XFree86-contrib/Makefile | 4 | ||||
-rw-r--r-- | x11/XFree86/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 4fe0558b03f8..f93111d88309 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/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> diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 4fe0558b03f8..f93111d88309 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/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> diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 4fe0558b03f8..f93111d88309 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/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> diff --git a/x11/XFree86-contrib/Makefile b/x11/XFree86-contrib/Makefile index f67d867edeee..7da08a96822e 100644 --- a/x11/XFree86-contrib/Makefile +++ b/x11/XFree86-contrib/Makefile @@ -3,7 +3,7 @@ # Date created: 7 November 1996 # Whom: asami # -# $Id: Makefile,v 1.3 1996/12/07 12:51:11 asami Exp $ +# $Id: Makefile,v 1.4 1997/06/09 22:42:16 jmz Exp $ # DISTNAME= XFree86-contrib-3.3 @@ -24,6 +24,6 @@ DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/contrib post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> 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> |