summaryrefslogtreecommitdiff
path: root/www/netscape48-communicator/Makefile
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-10-04 22:21:38 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-10-04 22:21:38 +0000
commit2c1d4b4e9e5e87839bb346ddddc96c71dde1439f (patch)
tree27031175b80513c3a7ed509f9073ff7d567e4e16 /www/netscape48-communicator/Makefile
parentFix checksum. (diff)
Upgrade to 4.7.
NOTE: Now we couldn't use Fortify with Netscape 4.7s.
Notes
Notes: svn path=/head/; revision=22165
Diffstat (limited to 'www/netscape48-communicator/Makefile')
-rw-r--r--www/netscape48-communicator/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile
index fb3bb1654a69..75aa4b0739ac 100644
--- a/www/netscape48-communicator/Makefile
+++ b/www/netscape48-communicator/Makefile
@@ -22,7 +22,6 @@ NO_BUILD= yes
NO_FILTER_SHLIBS= yes
STRIP=
WRKSRC?= ${WRKDIR}/${BROWSER}-v408.x86-unknown-freebsd
-FILESDIR= ${.CURDIR}/files
PKGDIR= ${.CURDIR}/pkg
PKGREQ= ${MASTERDIR}/pkg/REQ
@@ -53,6 +52,10 @@ RESTRICTED= "Contains strong cryptography"
.SILENT:
+makesum:
+ ${ECHO} "You should make ${FILESDIR}/md5 by hand"
+ ${FALSE}
+
.if !defined(USE_128BIT) && !defined(NO_FORTIFY)
pre-extract:
${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT"