diff options
author | tron <tron@pkgsrc.org> | 2009-07-10 15:42:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-07-10 15:42:04 +0000 |
commit | fbc766df2dc6f9c9115ccfed7f7fa28d89d2e23a (patch) | |
tree | 49fe216bfea8e89bd5a9dd88da2bb96bf9599dec /security/caff | |
parent | 5ec190adaac24b2bae7cd47e65a4de6c86414213 (diff) | |
download | pkgsrc-fbc766df2dc6f9c9115ccfed7f7fa28d89d2e23a.tar.gz |
Correct license syntax.
Diffstat (limited to 'security/caff')
-rw-r--r-- | security/caff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/caff/Makefile b/security/caff/Makefile index 5ab2850bf92..703ded474a4 100644 --- a/security/caff/Makefile +++ b/security/caff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/07/10 15:41:14 tron Exp $ +# $NetBSD: Makefile,v 1.16 2009/07/10 15:42:04 tron Exp $ DISTNAME= signing-party_1.1.1.orig PKGNAME= ${DISTNAME:S/signing-party_/caff-/S/.orig//} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/signing-party/} MAINTAINER= ghen@NetBSD.org,tonio@NetBSD.org HOMEPAGE= http://pgp-tools.alioth.debian.org/ COMMENT= Various GnuPG related tools -LICENSE= gnu-gpl-v2 and modified-bsd +LICENSE= gnu-gpl-v2 AND modified-bsd PKG_DESTDIR_SUPPORT= user-destdir |