diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 19:19:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 19:19:58 +0000 |
commit | a4dddd70690b6d5d8f9f49b6efe110f1bd0528ef (patch) | |
tree | 233cc054a2c0bb34ec9315d1d480bbd3156d5634 /security/pks | |
parent | 9537cf8762fbcffc23ac2662768798d05aa5ca51 (diff) |
Notes
Diffstat (limited to 'security/pks')
-rw-r--r-- | security/pks/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile index 2a360743bfdf..7dfa9959e08a 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -9,11 +9,11 @@ PORTNAME= pks PORTVERSION= 0.9.4 PORTREVISION= 1 CATEGORIES= security www -MASTER_SITES+= http://www.mit.edu/people/marc/pks/ \ - ftp://ftp.neonramp.com/pub/pksd/ +MASTER_SITES= ${PATCH_SITES} \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} -PATCH_SITES= http://www.mit.edu/people/marc/pks/ \ - ftp://ftp.neonramp.com/pub/pksd/ +PATCH_SITES= http://www.mit.edu/people/marc/pks/ PATCHFILES= pks094-patch2 \ x509patch PATCH_DIST_STRIP=-p1 |