diff options
author | zafer <zafer@pkgsrc.org> | 2009-05-01 14:43:29 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-05-01 14:43:29 +0000 |
commit | 1ae295ad258848f5239b92d53bbb7f49a996f79d (patch) | |
tree | 044209ab29289102059878d41aae17dfd876e76d /security | |
parent | 0354fa2903fcb6e6a57537618dec309abd7b6f8a (diff) | |
download | pkgsrc-1ae295ad258848f5239b92d53bbb7f49a996f79d.tar.gz |
add sourceforge mirror
Diffstat (limited to 'security')
-rw-r--r-- | security/pks/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile index 5ad61ef4725..13dc28e865c 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.26 2007/07/04 20:54:58 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2009/05/01 14:43:29 zafer Exp $ DISTNAME= pks-0.9.4 PKGREVISION= 3 CATEGORIES= security www MASTER_SITES+= http://www.mit.edu/people/marc/pks/ \ - ftp://ftp.neonramp.com/pub/pksd/ - -PATCH_SITES= http://www.mit.edu/people/marc/pks/ \ - ftp://ftp.neonramp.com/pub/pksd/ + ${MASTER_SITE_SOURCEFORGE:=pks/} +PATCH_SITES= http://www.mit.edu/people/marc/pks/ PATCHFILES= pks094-patch2 \ pks094-patch3 PATCH_DIST_STRIP= -p1 |