diff options
author | obache <obache@pkgsrc.org> | 2014-03-03 03:39:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-03 03:39:10 +0000 |
commit | 55996bb1a8f1cc6613f0c5849ecc838c5e58c5ca (patch) | |
tree | 15e812733af63ae8245a3e4829cafbf4bfe195ca /pkgtools/cdpack | |
parent | 19dce72dd41d557502cedb80f772b75dc9459708 (diff) | |
download | pkgsrc-55996bb1a8f1cc6613f0c5849ecc838c5e58c5ca.tar.gz |
LICENSE=original-bsd
Diffstat (limited to 'pkgtools/cdpack')
-rw-r--r-- | pkgtools/cdpack/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |