diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-28 01:10:06 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-28 01:10:06 +0800 |
commit | 156fb2acb6ffd66455089a9b75661e0587985791 (patch) | |
tree | 9ec48e15d872f578126d1c6feb899e7883a78f4e /security/gnupg-idea | |
parent | 489362f9da86bbde2ee423423b74884d63145f41 (diff) | |
download | freebsd-ports-graphics-156fb2acb6ffd66455089a9b75661e0587985791.tar.gz freebsd-ports-graphics-156fb2acb6ffd66455089a9b75661e0587985791.tar.zst freebsd-ports-graphics-156fb2acb6ffd66455089a9b75661e0587985791.zip |
- add MASTER_SITE_GNUPG
Suggested by: arved
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 f8291a56ec6..db71299d6f2 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 |