diff options
author | marcus <marcus@FreeBSD.org> | 2004-05-06 11:25:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-05-06 11:25:42 +0800 |
commit | 734812936806b4c67d94519447e85c3a7e730cf3 (patch) | |
tree | ff922b28d6c7e31469b3a618534ff8659db3788d /security/pidgin-encryption | |
parent | 17b10ec52c91afbff0c5dbd25ca0e711f852b2bc (diff) | |
download | freebsd-ports-gnome-734812936806b4c67d94519447e85c3a7e730cf3.tar.gz freebsd-ports-gnome-734812936806b4c67d94519447e85c3a7e730cf3.tar.zst freebsd-ports-gnome-734812936806b4c67d94519447e85c3a7e730cf3.zip |
Fix fetch after last PORTNAME change.
Reported by: maintainer
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 |