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 | |
| parent | Chase vte shlib version. (diff) | |
Fix fetch after last PORTNAME change.
Reported by: maintainer
Notes
Notes:
svn path=/head/; revision=108512
| -rw-r--r-- | security/gaim-encryption/Makefile | 3 | ||||
| -rw-r--r-- | security/pidgin-encryption/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile index fa614dc16eb8..f7428218aa79 100644 --- a/security/gaim-encryption/Makefile +++ b/security/gaim-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 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 |
