diff options
author | eik <eik@FreeBSD.org> | 2004-03-19 05:52:04 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-19 05:52:04 +0800 |
commit | 5f68c8bd41ff65bb4db03f4441af0cceb586c322 (patch) | |
tree | 91bb462ecf0aa6c6057cae55f19cdb5b3a40eda2 /security/f-prot/Makefile | |
parent | 3ef998dd9ffc875a456f44f8d93d4dae99cf7d9d (diff) | |
download | freebsd-ports-gnome-5f68c8bd41ff65bb4db03f4441af0cceb586c322.tar.gz freebsd-ports-gnome-5f68c8bd41ff65bb4db03f4441af0cceb586c322.tar.zst freebsd-ports-gnome-5f68c8bd41ff65bb4db03f4441af0cceb586c322.zip |
Update to 4.4.1
PR: 64437
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Diffstat (limited to 'security/f-prot/Makefile')
-rw-r--r-- | security/f-prot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index d6cb0649bcbe..bc044b1d8afc 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= f-prot -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= security MASTER_SITES= ftp://ftp.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ \ http://www.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ @@ -34,6 +34,7 @@ do-install: --exclude doc_ws \ --exclude f-prot.sh \ --exclude *.DEF \ + --exclude install-f-prot.pl \ -cf - f-prot | ${TAR} -xf - -C ${PREFIX} ${INSTALL_SCRIPT} ${WRKSRC}/f-prot.sh ${PREFIX}/bin/f-prot |