diff options
author | obrien <obrien@FreeBSD.org> | 1999-10-06 15:58:59 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-10-06 15:58:59 +0800 |
commit | 384fd77bc372266f96409ebd63bfee9a3626eea3 (patch) | |
tree | 230e990887438b24048cb3b2d09067eebc545dcc /www | |
parent | ae1d9ea14dac6f273100623d2054e48e83761fc8 (diff) | |
download | freebsd-ports-gnome-384fd77bc372266f96409ebd63bfee9a3626eea3.tar.gz freebsd-ports-gnome-384fd77bc372266f96409ebd63bfee9a3626eea3.tar.zst freebsd-ports-gnome-384fd77bc372266f96409ebd63bfee9a3626eea3.zip |
Only provide a bogus `makesum:' target if "I_WANT_NORMAL_BEHAVIOR" isn't
defined.
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape4-communicator/Makefile | 2 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 2 |
2 files changed, 4 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: diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 75aa4b0739ac..3cfbab0aa132 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: |