diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-10-02 06:07:24 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-10-02 06:07:24 +0000 |
commit | 589927a40a4d2821df811bc0a59860aef8d8c5d9 (patch) | |
tree | f06f1110f66cb6b13cc7ae585061445095b18714 /security/pgpin | |
parent | 03884af55585b4e9aea5f5363096470b8e5aa718 (diff) | |
download | FreeBSD-ports-589927a40a4d2821df811bc0a59860aef8d8c5d9.zip FreeBSD-ports-589927a40a4d2821df811bc0a59860aef8d8c5d9.tar.gz |
- Fix MASTER_SITES
Diffstat (limited to 'security/pgpin')
-rw-r--r-- | security/pgpin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile index 41add2b..c6c64c2 100644 --- a/security/pgpin/Makefile +++ b/security/pgpin/Makefile @@ -8,7 +8,8 @@ PORTNAME= pgpin PORTVERSION= 010323 CATEGORIES= security -MASTER_SITES= ftp://ftp.fu-berlin.de/doc/IN/IN-CA/pgp/pgp263in/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex DISTNAME= pgp263in${PORTVERSION} EXTRACT_SUFX= .tgz |