diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 17:03:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 17:03:29 +0000 |
commit | 07de62ee207139f6c4ec5937c07b02a0ac3e5d2b (patch) | |
tree | 4410f57b1dcbba841e85941d1935508475ac76b7 /security/f-prot/Makefile | |
parent | d549dd20de22088692a61f8152a60c9c8ded3166 (diff) | |
download | ports-07de62ee207139f6c4ec5937c07b02a0ac3e5d2b.tar.gz ports-07de62ee207139f6c4ec5937c07b02a0ac3e5d2b.zip |
Notes
Diffstat (limited to 'security/f-prot/Makefile')
-rw-r--r-- | security/f-prot/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index 5948085d4c5a..452b29cba405 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -5,12 +5,11 @@ # $FreeBSD$ # -PORTNAME= prot -PORTVERSION= 4.3.1 +PORTNAME= f-prot +PORTVERSION= 4.3.3 CATEGORIES= security -MASTER_SITES= http://www.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ \ - ftp://ftp.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ -PKGNAMEPREFIX= f- +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/ DISTNAME= fp-freebsd-ws-${PORTVERSION} MAINTAINER= tim@bishnet.net @@ -22,7 +21,7 @@ NO_PACKAGE= Free for personal use only NO_CDROM= Free for personal use only RESTRICTED= Free for personal use only -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes MAN1= f-prot.1 |