diff options
author | pav <pav@FreeBSD.org> | 2004-05-26 03:19:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-26 03:19:58 +0800 |
commit | c419cf027bd6a8142218fe394725199307e8a5b4 (patch) | |
tree | 21c8d4c0b3761f18a18ce0e86b4d6254edd38ab7 /security | |
parent | 2f5890943f8eec3548e4cd84a25775dba264f936 (diff) | |
download | freebsd-ports-gnome-c419cf027bd6a8142218fe394725199307e8a5b4.tar.gz freebsd-ports-gnome-c419cf027bd6a8142218fe394725199307e8a5b4.tar.zst freebsd-ports-gnome-c419cf027bd6a8142218fe394725199307e8a5b4.zip |
- Refresh MASTER_SITES
PR: ports/67188
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security')
-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 |