summaryrefslogtreecommitdiff
path: root/security/pidgin-encryption
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-05-05 17:25:07 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-05-05 17:25:07 +0000
commit7b13f74ac6a9e6d4e0b185171686dce3bd1bef7b (patch)
treeecba34e9a6398903416e35ae4abf04f5c018bfce /security/pidgin-encryption
parentUpdate to 1.10 (diff)
Use PKGNAMEPREFIX to avoid a hyphenated PORTNAME.
Notes
Notes: svn path=/head/; revision=108465
Diffstat (limited to 'security/pidgin-encryption')
-rw-r--r--security/pidgin-encryption/Makefile3
1 files changed, 2 insertions, 1 deletions
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