diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-05 17:25:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-05 17:25:07 +0000 |
commit | 7b13f74ac6a9e6d4e0b185171686dce3bd1bef7b (patch) | |
tree | ecba34e9a6398903416e35ae4abf04f5c018bfce /security | |
parent | Update to 1.10 (diff) |
Use PKGNAMEPREFIX to avoid a hyphenated PORTNAME.
Notes
Notes:
svn path=/head/; revision=108465
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 |