diff options
author | obrien <obrien@FreeBSD.org> | 1998-11-25 04:41:02 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-11-25 04:41:02 +0800 |
commit | d62bc0edb8842cf7301cf7d7787142ae944925a6 (patch) | |
tree | e81882c57b2e4957c1cd1674bc169478970066e7 /www | |
parent | 2b3f95bcb3673411470aec0c0555287f757de14e (diff) | |
download | freebsd-ports-gnome-d62bc0edb8842cf7301cf7d7787142ae944925a6.tar.gz freebsd-ports-gnome-d62bc0edb8842cf7301cf7d7787142ae944925a6.tar.zst freebsd-ports-gnome-d62bc0edb8842cf7301cf7d7787142ae944925a6.zip |
* use ${BINOWN}.${BINGRP} rather than `bin.bin' as 3.0+ uses root.wheel.
* combine two `if' logic statements
Diffstat (limited to 'www')
-rw-r--r-- | www/bsdi-netscape47-navigator/Makefile | 9 | ||||
-rw-r--r-- | www/netscape47-navigator/Makefile | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile index ca0c293d330e..385aab89e133 100644 --- a/www/bsdi-netscape47-navigator/Makefile +++ b/www/bsdi-netscape47-navigator/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sept 1998 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.28 1998/11/19 21:57:42 billf Exp $ +# $Id: Makefile,v 1.29 1998/11/19 22:54:44 billf Exp $ # DISTNAME= netscape-navigator-4.5 @@ -25,12 +25,9 @@ MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.za.freebsd.org/pub/Fortify/ DISTFILES+= Fortify-1.3.0-unix-x86.tar.gz RESTRICTED= "Contains strong cryptography" -.endif - -.if !defined(USE_128BIT) +.else pre-extract: @${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT" - @${ECHO} "and defining USA_RESIDENT to NO" .endif do-install: @@ -47,7 +44,7 @@ do-install: cd ${WRKDIR}/Fortify-1.3.0-unix-x86 && \ (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.5.bin .endif - chown -R bin.bin ${NDIR} + chown -R ${BINOWN}.${BINGRP} ${NDIR} post-install: @${CAT} ${PKGDIR}/DESCR diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile index ca0c293d330e..385aab89e133 100644 --- a/www/netscape47-navigator/Makefile +++ b/www/netscape47-navigator/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sept 1998 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.28 1998/11/19 21:57:42 billf Exp $ +# $Id: Makefile,v 1.29 1998/11/19 22:54:44 billf Exp $ # DISTNAME= netscape-navigator-4.5 @@ -25,12 +25,9 @@ MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.za.freebsd.org/pub/Fortify/ DISTFILES+= Fortify-1.3.0-unix-x86.tar.gz RESTRICTED= "Contains strong cryptography" -.endif - -.if !defined(USE_128BIT) +.else pre-extract: @${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT" - @${ECHO} "and defining USA_RESIDENT to NO" .endif do-install: @@ -47,7 +44,7 @@ do-install: cd ${WRKDIR}/Fortify-1.3.0-unix-x86 && \ (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.5.bin .endif - chown -R bin.bin ${NDIR} + chown -R ${BINOWN}.${BINGRP} ${NDIR} post-install: @${CAT} ${PKGDIR}/DESCR |