diff options
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 |