diff options
author | sada <sada@FreeBSD.org> | 2000-04-15 01:21:45 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-04-15 01:21:45 +0000 |
commit | e52fc82284953ca2ff8b1bd07df0418b4aba6ae2 (patch) | |
tree | 0b3a1b3ee25aa6f7cf90413d6ba8b28235525cc5 /www | |
parent | 0e218ba54576458416ce415e4764cb2c5e44b624 (diff) | |
download | FreeBSD-ports-e52fc82284953ca2ff8b1bd07df0418b4aba6ae2.zip FreeBSD-ports-e52fc82284953ca2ff8b1bd07df0418b4aba6ae2.tar.gz |
Mark as broken: PKGNAME would set as null and db/pkg would be destroyed.
Diffstat (limited to 'www')
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 2 | ||||
-rw-r--r-- | www/netscape47-communicator/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index 361526d..3d72a46 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -8,6 +8,8 @@ PORTNAME= netscape-${BROWSER_ARC} PORTVERSION= ${BROWSER_VER} +BROKEN= "Null PKGNAME is set and will destroy all /var/db/pkg" + .if !defined(PRE_MK_INCLUDED) .include <bsd.port.pre.mk> .endif diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index 361526d..3d72a46 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -8,6 +8,8 @@ PORTNAME= netscape-${BROWSER_ARC} PORTVERSION= ${BROWSER_VER} +BROKEN= "Null PKGNAME is set and will destroy all /var/db/pkg" + .if !defined(PRE_MK_INCLUDED) .include <bsd.port.pre.mk> .endif |