diff options
author | eik <eik@FreeBSD.org> | 2004-03-20 08:10:14 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-20 08:10:14 +0800 |
commit | 0d5a90bf2d839b159cf2bc78ecc6c314a4f7152a (patch) | |
tree | d769d7371c108735f8f6aec3ca090d871e2e4686 | |
parent | 3832f5a93ac0ff823a68ac4405310d289d499600 (diff) | |
download | freebsd-ports-gnome-0d5a90bf2d839b159cf2bc78ecc6c314a4f7152a.tar.gz freebsd-ports-gnome-0d5a90bf2d839b159cf2bc78ecc6c314a4f7152a.tar.zst freebsd-ports-gnome-0d5a90bf2d839b159cf2bc78ecc6c314a4f7152a.zip |
ugly hack to work around PR 64485. Remove when fixed.
Submitted by: Tim Bishop <tim@bishnet.net>
Pointy hat to: eik
-rw-r--r-- | security/f-prot-sig/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/f-prot-sig/Makefile b/security/f-prot-sig/Makefile index 6ecfa49756c9..2615fb279aee 100644 --- a/security/f-prot-sig/Makefile +++ b/security/f-prot-sig/Makefile @@ -18,6 +18,9 @@ COMMENT= F-Prot Antivirus Signatures # F-Prot does not version their .DEF files so the port always pulls the latest. IGNOREFILES= ${DISTFILES} +# XXX 20040320 eik: ugly hack to work around PR 64485. Remove when fixed +_CKSUMFILES= + NO_PACKAGE= Free for personal use only NO_CDROM= Free for personal use only RESTRICTED= Free for personal use only |