diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 13:19:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 13:19:56 +0000 |
commit | d673db6f9d3fabde3932f18c7c28540dd4f5c96a (patch) | |
tree | 79477a3f0366415159ff1ebcae0dbd0531fd4122 /security/pks | |
parent | 8aabf9d3a38740095007f35749c3ed3fc390c43e (diff) | |
download | pkgsrc-d673db6f9d3fabde3932f18c7c28540dd4f5c96a.tar.gz |
fix RCS Id, some changes to quiet pkglint
Diffstat (limited to 'security/pks')
-rw-r--r-- | security/pks/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile index 70b8f6017eb..3ab70063d3d 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -1,12 +1,12 @@ -# NetBSD: Makefile,v 1.11 2000/05/19 07:34:33 itohy Exp $ +# $NetBSD: Makefile,v 1.2 2000/09/03 13:19:56 wiz Exp $ DISTNAME= pks-0.9.4 CATEGORIES= security www -MASTER_SITES+= http://www.mit.edu/people/marc/pks/ -MASTER_SITES+= ftp://ftp.neonramp.com/pub/pksd/ +MASTER_SITES+= http://www.mit.edu/people/marc/pks/ \ + ftp://ftp.neonramp.com/pub/pksd/ -PATCH_SITES+= http://www.mit.edu/people/marc/pks/ -PATCH_SITES+= ftp://ftp.neonramp.com/pub/pksd/ +PATCH_SITES= http://www.mit.edu/people/marc/pks/ \ + ftp://ftp.neonramp.com/pub/pksd/ PATCHFILES= pks094-patch2 \ pks094-patch3 PATCH_DIST_STRIP= -p1 |