diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 23:53:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 23:53:00 +0000 |
commit | 6bf251943fb669be2d208f6fb7fcd78920282db9 (patch) | |
tree | 08da0f4e6d2620b76cc84833b9ad31a91e93307a /archivers/nulib2/Makefile | |
parent | c049324d4f77017239146aa07f5a07fbfb618507 (diff) | |
download | pkgsrc-6bf251943fb669be2d208f6fb7fcd78920282db9.tar.gz |
DESTDIR support.
Diffstat (limited to 'archivers/nulib2/Makefile')
-rw-r--r-- | archivers/nulib2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/nulib2/Makefile b/archivers/nulib2/Makefile index 49499e5738c..732e5ef10ed 100644 --- a/archivers/nulib2/Makefile +++ b/archivers/nulib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/03/19 16:40:26 tv Exp $ +# $NetBSD: Makefile,v 1.17 2009/02/10 00:01:55 joerg Exp $ # DISTNAME= nulibdist-203 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.nulib.com/ COMMENT= Handles Apple II ShrinkIt (NuFX) file/disk archives PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${DISTNAME:S/dist/2/} GNU_CONFIGURE= yes |