diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-10-22 14:43:06 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-10-22 14:43:06 +0800 |
commit | 2ef7cc9971e66da5987ef05c61bb0edd391ba6ba (patch) | |
tree | 3ff6ebc368fc60207e39f95ea4ca7a19f176f590 | |
parent | 8d2e6c9098d5fb4e5c6403c315896a87e3a9c698 (diff) | |
download | freebsd-ports-gnome-2ef7cc9971e66da5987ef05c61bb0edd391ba6ba.tar.gz freebsd-ports-gnome-2ef7cc9971e66da5987ef05c61bb0edd391ba6ba.tar.zst freebsd-ports-gnome-2ef7cc9971e66da5987ef05c61bb0edd391ba6ba.zip |
Fix PKGNAMEPREFIX to use package name as "f-prot" rather than "fprot", no
function change in this commit.
-rw-r--r-- | security/f-prot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index 4a015c131226..a61016c2b12e 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -9,7 +9,7 @@ PORTNAME= prot PORTVERSION= 4.2.0 CATEGORIES= security MASTER_SITES= ftp://ftp.f-prot.com/pub/bsd/ -PKGNAMEPREFIX= f +PKGNAMEPREFIX= f- DISTNAME= fp-freebsd-ws-${PORTVERSION} MAINTAINER= tim@bishnet.net |