diff options
-rw-r--r-- | x11-servers/XFree86-4-Server-snap/Makefile | 10 | ||||
-rw-r--r-- | x11-servers/XFree86-4-Server/Makefile | 10 | ||||
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 10 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 10 | ||||
-rw-r--r-- | x11/XFree86-4/Makefile | 10 | ||||
-rw-r--r-- | x11/XFree86/Makefile | 10 |
6 files changed, 48 insertions, 12 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/Makefile b/x11-servers/XFree86-4-Server-snap/Makefile index 44c24adacbe4..e1273ebf498a 100644 --- a/x11-servers/XFree86-4-Server-snap/Makefile +++ b/x11-servers/XFree86-4-Server-snap/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.24 1996/12/07 12:51:19 asami Exp $ +# $Id: Makefile,v 1.25 1996/12/25 05:56:07 ache Exp $ # DISTNAME= xc @@ -24,8 +24,14 @@ ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc +pre-install: + @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL \ + ${PKGNAME} PRE-INSTALL + post-install: - chmod u-s ${PREFIX}/bin/SuperProbe + if [ -e ${PREFIX}/bin/SuperProbe ]; then \ + chmod u-s ${PREFIX}/bin/SuperProbe; \ + fi /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/x11-servers/XFree86-4-Server/Makefile b/x11-servers/XFree86-4-Server/Makefile index 44c24adacbe4..e1273ebf498a 100644 --- a/x11-servers/XFree86-4-Server/Makefile +++ b/x11-servers/XFree86-4-Server/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.24 1996/12/07 12:51:19 asami Exp $ +# $Id: Makefile,v 1.25 1996/12/25 05:56:07 ache Exp $ # DISTNAME= xc @@ -24,8 +24,14 @@ ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc +pre-install: + @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL \ + ${PKGNAME} PRE-INSTALL + post-install: - chmod u-s ${PREFIX}/bin/SuperProbe + if [ -e ${PREFIX}/bin/SuperProbe ]; then \ + chmod u-s ${PREFIX}/bin/SuperProbe; \ + fi /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 44c24adacbe4..e1273ebf498a 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.24 1996/12/07 12:51:19 asami Exp $ +# $Id: Makefile,v 1.25 1996/12/25 05:56:07 ache Exp $ # DISTNAME= xc @@ -24,8 +24,14 @@ ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc +pre-install: + @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL \ + ${PKGNAME} PRE-INSTALL + post-install: - chmod u-s ${PREFIX}/bin/SuperProbe + if [ -e ${PREFIX}/bin/SuperProbe ]; then \ + chmod u-s ${PREFIX}/bin/SuperProbe; \ + fi /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 44c24adacbe4..e1273ebf498a 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.24 1996/12/07 12:51:19 asami Exp $ +# $Id: Makefile,v 1.25 1996/12/25 05:56:07 ache Exp $ # DISTNAME= xc @@ -24,8 +24,14 @@ ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc +pre-install: + @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL \ + ${PKGNAME} PRE-INSTALL + post-install: - chmod u-s ${PREFIX}/bin/SuperProbe + if [ -e ${PREFIX}/bin/SuperProbe ]; then \ + chmod u-s ${PREFIX}/bin/SuperProbe; \ + fi /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 44c24adacbe4..e1273ebf498a 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.24 1996/12/07 12:51:19 asami Exp $ +# $Id: Makefile,v 1.25 1996/12/25 05:56:07 ache Exp $ # DISTNAME= xc @@ -24,8 +24,14 @@ ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc +pre-install: + @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL \ + ${PKGNAME} PRE-INSTALL + post-install: - chmod u-s ${PREFIX}/bin/SuperProbe + if [ -e ${PREFIX}/bin/SuperProbe ]; then \ + chmod u-s ${PREFIX}/bin/SuperProbe; \ + fi /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index 44c24adacbe4..e1273ebf498a 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.24 1996/12/07 12:51:19 asami Exp $ +# $Id: Makefile,v 1.25 1996/12/25 05:56:07 ache Exp $ # DISTNAME= xc @@ -24,8 +24,14 @@ ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc +pre-install: + @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL \ + ${PKGNAME} PRE-INSTALL + post-install: - chmod u-s ${PREFIX}/bin/SuperProbe + if [ -e ${PREFIX}/bin/SuperProbe ]; then \ + chmod u-s ${PREFIX}/bin/SuperProbe; \ + fi /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> |