diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-27 17:10:06 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-27 17:10:06 +0000 |
commit | b662bd8c82da24d8b5a5dc8298210435b5facc46 (patch) | |
tree | a70dde1c60c91c7c792692447a14cb9a57b5d643 /security/gnupg-idea | |
parent | - Use user and group "www" (diff) |
- add MASTER_SITE_GNUPG
Suggested by: arved
Notes
Notes:
svn path=/head/; revision=74098
Diffstat (limited to 'security/gnupg-idea')
-rw-r--r-- | security/gnupg-idea/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index f8291a56ec64..db71299d6f24 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -8,7 +8,8 @@ PORTNAME= gnupg-idea PORTVERSION= 1.0.4 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ + ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ http://www.gnupg.dk/contrib-dk/:idea \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} MASTER_SITE_SUBDIR= contrib |