diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-06 03:25:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-06 03:25:42 +0000 |
commit | ad58a4d46d03af77eadce1121988a6002e5e719a (patch) | |
tree | 53487521d74bf9537c32fba0d740df0bdef98971 /security/pidgin-encryption | |
parent | cead9089273f23c0875d3c546c31b4348c29c6b7 (diff) | |
download | ports-ad58a4d46d03af77eadce1121988a6002e5e719a.tar.gz ports-ad58a4d46d03af77eadce1121988a6002e5e719a.zip |
Notes
Diffstat (limited to 'security/pidgin-encryption')
-rw-r--r-- | security/pidgin-encryption/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index fa614dc16eb8..f7428218aa79 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -9,8 +9,9 @@ PORTNAME= encryption PORTVERSION= 2.25 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} PKGNAMEPREFIX= gaim- +DISTNAME= ${PKGNAME} MAINTAINER= ports@c0decafe.net COMMENT= Provides transparent RSA encryption as a Gaim plugin |