diff options
-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 |