diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /www/mozilla+ipv6 | |
parent | Assign USE_XLIB var. Any ports which use XLib needs it. (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'www/mozilla+ipv6')
-rw-r--r-- | www/mozilla+ipv6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile index 420124ab9847..2b1a2ef3ee0f 100644 --- a/www/mozilla+ipv6/Makefile +++ b/www/mozilla+ipv6/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $Id: Makefile,v 1.30 1999/07/24 15:33:04 steve Exp $ +# $Id: Makefile,v 1.31 1999/08/17 19:37:10 cpiazza Exp $ # DISTNAME= mozilla-source-M8 @@ -56,11 +56,11 @@ MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin do-install: ${MKDIR} ${PREFIX}/lib/mozilla - chmod 755 ${PREFIX}/lib/mozilla + ${CHMOD} 755 ${PREFIX}/lib/mozilla cd ${WRKSRC}/dist/bin && tar -chf - * | \ tar -xf - -C ${PREFIX}/lib/mozilla ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin ${TOUCH} ${PREFIX}/lib/mozilla/component.reg - chmod 666 ${PREFIX}/lib/mozilla/component.reg + ${CHMOD} 666 ${PREFIX}/lib/mozilla/component.reg .include <bsd.port.post.mk> |