diff options
author | marcus <marcus@FreeBSD.org> | 2004-05-05 17:25:07 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-05-05 17:25:07 +0000 |
commit | 7ba6fb7eddceea2c946eb5d5fdd1c3b0b1a1fbca (patch) | |
tree | 22e9301b9d0662b569e7999962aaf8d5a03e1be3 /security/gaim-encryption | |
parent | 4287074143771d56219697bd3365302eb55cfb1e (diff) | |
download | FreeBSD-ports-7ba6fb7eddceea2c946eb5d5fdd1c3b0b1a1fbca.zip FreeBSD-ports-7ba6fb7eddceea2c946eb5d5fdd1c3b0b1a1fbca.tar.gz |
Use PKGNAMEPREFIX to avoid a hyphenated PORTNAME.
Diffstat (limited to 'security/gaim-encryption')
-rw-r--r-- | security/gaim-encryption/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile index 21cb9f1..fa614dc 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 |