summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-10-06 07:58:59 +0000
committerobrien <obrien@FreeBSD.org>1999-10-06 07:58:59 +0000
commit384fd77bc372266f96409ebd63bfee9a3626eea3 (patch)
tree230e990887438b24048cb3b2d09067eebc545dcc /www
parentae1d9ea14dac6f273100623d2054e48e83761fc8 (diff)
downloadFreeBSD-ports-384fd77bc372266f96409ebd63bfee9a3626eea3.zip
FreeBSD-ports-384fd77bc372266f96409ebd63bfee9a3626eea3.tar.gz
Only provide a bogus `makesum:' target if "I_WANT_NORMAL_BEHAVIOR" isn't
defined.
Diffstat (limited to 'www')
-rw-r--r--www/netscape4-communicator/Makefile2
-rw-r--r--www/netscape48-communicator/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile
index 75aa4b0..3cfbab0 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:
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile
index 75aa4b0..3cfbab0 100644
--- a/www/netscape48-communicator/Makefile
+++ b/www/netscape48-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:
OpenPOWER on IntegriCloud