diff options
author | marcus <marcus@FreeBSD.org> | 2004-05-06 01:25:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-05-06 01:25:07 +0800 |
commit | 7ba6fb7eddceea2c946eb5d5fdd1c3b0b1a1fbca (patch) | |
tree | 22e9301b9d0662b569e7999962aaf8d5a03e1be3 /security | |
parent | 4287074143771d56219697bd3365302eb55cfb1e (diff) | |
download | freebsd-ports-gnome-7ba6fb7eddceea2c946eb5d5fdd1c3b0b1a1fbca.tar.gz freebsd-ports-gnome-7ba6fb7eddceea2c946eb5d5fdd1c3b0b1a1fbca.tar.zst freebsd-ports-gnome-7ba6fb7eddceea2c946eb5d5fdd1c3b0b1a1fbca.zip |
Use PKGNAMEPREFIX to avoid a hyphenated PORTNAME.
Diffstat (limited to 'security')
-rw-r--r-- | security/gaim-encryption/Makefile | 3 | ||||
-rw-r--r-- | security/pidgin-encryption/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile index 21cb9f1a4326..fa614dc16eb8 100644 --- a/security/gaim-encryption/Makefile +++ b/security/gaim-encryption/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= gaim-encryption +PORTNAME= encryption PORTVERSION= 2.25 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= gaim- MAINTAINER= ports@c0decafe.net COMMENT= Provides transparent RSA encryption as a Gaim plugin diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index 21cb9f1a4326..fa614dc16eb8 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= gaim-encryption +PORTNAME= encryption PORTVERSION= 2.25 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= gaim- MAINTAINER= ports@c0decafe.net COMMENT= Provides transparent RSA encryption as a Gaim plugin |