diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-06 07:58:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-06 07:58:59 +0000 |
commit | c4aa1a08ac7fdcc4d1bc6cf958d87d68e260e5cd (patch) | |
tree | 5ec02d67ac538975b8fb87446b7c867448cb5ba6 /www/netscape4-communicator | |
parent | d4c2b6ee07edbea4a0d175837b8b44a295ad83ce (diff) | |
download | ports-c4aa1a08ac7fdcc4d1bc6cf958d87d68e260e5cd.tar.gz ports-c4aa1a08ac7fdcc4d1bc6cf958d87d68e260e5cd.zip |
Notes
Diffstat (limited to 'www/netscape4-communicator')
-rw-r--r-- | www/netscape4-communicator/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index 75aa4b0739ac..3cfbab0aa132 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -52,9 +52,11 @@ RESTRICTED= "Contains strong cryptography" .SILENT: +.if !defined(I_WANT_NORMAL_BEHAVIOR) makesum: ${ECHO} "You should make ${FILESDIR}/md5 by hand" ${FALSE} +.endif .if !defined(USE_128BIT) && !defined(NO_FORTIFY) pre-extract: |