diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-01-29 10:53:07 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-01-29 10:53:07 +0000 |
commit | 7f7f8a88287e17cbc2279cd8e97173d9f8807c96 (patch) | |
tree | 38cdeb26053a2164c30896ed536df5d442489f83 | |
parent | e05fafbfbd14eb57c6131bcb5732101137d9fac0 (diff) | |
download | pkgsrc-7f7f8a88287e17cbc2279cd8e97173d9f8807c96.tar.gz |
Add LICENSE (2-clause-bsd AND modified-bsd AND public-domain).
-rw-r--r-- | archivers/pax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile index 7ba5d91f895..6fad6f128a9 100644 --- a/archivers/pax/Makefile +++ b/archivers/pax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2013/09/12 11:18:40 jperkin Exp $ +# $NetBSD: Makefile,v 1.50 2016/01/29 10:53:07 jperkin Exp $ DISTNAME= pax-20080110 PKGREVISION= 2 @@ -9,6 +9,7 @@ DISTFILES= # empty MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= POSIX standard archiver with many extensions +LICENSE= 2-clause-bsd AND modified-bsd AND public-domain BOOTSTRAP_PKG= yes CHECK_PERMS= no |