diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-07-14 06:36:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-07-14 06:36:30 +0000 |
commit | ef0e41d708f2f4cff12b0f48d384e93645308cba (patch) | |
tree | 4deb16a6d10b078bff016f3117beb58e8fd45e63 /x11 | |
parent | Oops, forgot to take off "-p" when I changed "mkdir" to "${MKDIR}". (diff) |
This is not necessary anymore, as all directories are pre-created by
mtree (BSD.x11.dist).
Notes
Notes:
svn path=/head/; revision=7306
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 6 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 6 | ||||
-rw-r--r-- | x11/XFree86-4/Makefile | 6 | ||||
-rw-r--r-- | x11/XFree86/Makefile | 6 |
4 files changed, 4 insertions, 20 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 01198a8b1d16..4fe0558b03f8 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.31 1997/06/10 12:33:48 jmz Exp $ +# $Id: Makefile,v 1.32 1997/07/13 18:49:30 max Exp $ # DISTNAME= xc @@ -24,10 +24,6 @@ ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL \ - ${PKGNAME} PRE-INSTALL - post-install: /sbin/ldconfig -m ${PREFIX}/lib diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 01198a8b1d16..4fe0558b03f8 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.31 1997/06/10 12:33:48 jmz Exp $ +# $Id: Makefile,v 1.32 1997/07/13 18:49:30 max Exp $ # DISTNAME= xc @@ -24,10 +24,6 @@ ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL \ - ${PKGNAME} PRE-INSTALL - post-install: /sbin/ldconfig -m ${PREFIX}/lib diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 01198a8b1d16..4fe0558b03f8 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.31 1997/06/10 12:33:48 jmz Exp $ +# $Id: Makefile,v 1.32 1997/07/13 18:49:30 max Exp $ # DISTNAME= xc @@ -24,10 +24,6 @@ ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL \ - ${PKGNAME} PRE-INSTALL - post-install: /sbin/ldconfig -m ${PREFIX}/lib diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index 01198a8b1d16..4fe0558b03f8 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.31 1997/06/10 12:33:48 jmz Exp $ +# $Id: Makefile,v 1.32 1997/07/13 18:49:30 max Exp $ # DISTNAME= xc @@ -24,10 +24,6 @@ ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL \ - ${PKGNAME} PRE-INSTALL - post-install: /sbin/ldconfig -m ${PREFIX}/lib |