diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 20:57:46 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 20:57:46 +0800 |
commit | 9d231cdc4baa1949d086add2db630700ff26574e (patch) | |
tree | a78286333e1c6f228d08181119789e10285f6c2d /security/pinentry | |
parent | 0ef0b66f69603a04b52d905a337a9e307a2da5cb (diff) | |
download | freebsd-ports-gnome-9d231cdc4baa1949d086add2db630700ff26574e.tar.gz freebsd-ports-gnome-9d231cdc4baa1949d086add2db630700ff26574e.tar.zst freebsd-ports-gnome-9d231cdc4baa1949d086add2db630700ff26574e.zip |
Use MASTER_SITE_GNUPG
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index bb1b2ab4b977..e445233b1478 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -8,11 +8,12 @@ PORTNAME= pinentry PORTVERSION= 0.6.8 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/aegypten/ \ - http://tigress.com/lofi/ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ + http://tigress.com/lofi/:lofi +MASTER_SITE_SUBDIR= alpha/aegypten DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ - common.tar.gz \ - jnlib.tar.gz + common.tar.gz:lofi\ + jnlib.tar.gz:lofi MAINTAINER= michaelnottebrock@gmx.net |