diff options
-rw-r--r-- | pkgtools/cdpack/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/createbuildlink/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/cdpack/Makefile b/pkgtools/cdpack/Makefile index a60ae6a4bb2..4b98453a8f9 100644 --- a/pkgtools/cdpack/Makefile +++ b/pkgtools/cdpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/03/03 03:30:53 obache Exp $ +# $NetBSD: Makefile,v 1.33 2014/03/03 03:39:10 obache Exp $ # PKGNAME= cdpack-1.9 @@ -7,6 +7,7 @@ CATEGORIES= pkgtools MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Utility to create multi-cd/dvd binary package collections +LICENSE= original-bsd # for mkisofs DEPENDS+= cdrtools-[0-9]*:../../sysutils/cdrtools diff --git a/pkgtools/createbuildlink/Makefile b/pkgtools/createbuildlink/Makefile index 51cbd699562..09f330863c6 100644 --- a/pkgtools/createbuildlink/Makefile +++ b/pkgtools/createbuildlink/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.51 2014/03/03 03:30:53 obache Exp $ +# $NetBSD: Makefile,v 1.52 2014/03/03 03:41:12 obache Exp $ PKGNAME= createbuildlink-3.16 CATEGORIES= pkgtools sysutils MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Shell script to help creating buildlink3.mk files +LICENSE= original-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews |