diff options
Diffstat (limited to 'pkgtools/cdpack/Makefile')
-rw-r--r-- | pkgtools/cdpack/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/cdpack/Makefile b/pkgtools/cdpack/Makefile index 9baed31bb6f..44d863de9fc 100644 --- a/pkgtools/cdpack/Makefile +++ b/pkgtools/cdpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/01/28 23:06:13 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.27 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= cdpack-1.8 @@ -10,6 +10,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Utility to create multi-cd/dvd binary package collections +PKG_DESTDIR_SUPPORT= user-destdir + # for mkisofs DEPENDS+= cdrtools-[0-9]*:../../sysutils/cdrtools |