diff options
author | sada <sada@FreeBSD.org> | 1999-10-09 15:51:21 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-10-09 15:51:21 +0000 |
commit | 78742431f767ecc019a964f58f6bdb6537ca0771 (patch) | |
tree | 50a900239269b72d49a9f041cdc91239f2825477 | |
parent | 549fcae04470cac7fead8a85a20f4a66d67fda19 (diff) | |
download | FreeBSD-ports-78742431f767ecc019a964f58f6bdb6537ca0771.zip FreeBSD-ports-78742431f767ecc019a964f58f6bdb6537ca0771.tar.gz |
Remove the override of makesum target from Obrien's will.
-rw-r--r-- | www/netscape4-communicator/Makefile | 6 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index 85ac56d..35bfcb8 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -52,12 +52,6 @@ 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: ${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT" diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 85ac56d..35bfcb8 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -52,12 +52,6 @@ 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: ${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT" |