summaryrefslogtreecommitdiff
path: root/sysutils/nrg2iso
diff options
context:
space:
mode:
authorheinz <heinz>2008-06-12 20:44:52 +0000
committerheinz <heinz>2008-06-12 20:44:52 +0000
commiteb5e42917eefb55405279904addfe3ad66d95aa0 (patch)
treed492e3616bb5079803662c96dada1ff84d175fcc /sysutils/nrg2iso
parent11d6856576c6164c8fdc0988bf943e9cfad1bf6d (diff)
downloadpkgsrc-eb5e42917eefb55405279904addfe3ad66d95aa0.tar.gz
Added support for installation to DESTDIR.
Diffstat (limited to 'sysutils/nrg2iso')
-rw-r--r--sysutils/nrg2iso/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/nrg2iso/Makefile b/sysutils/nrg2iso/Makefile
index 8c533bfab57..745367ec23e 100644
--- a/sysutils/nrg2iso/Makefile
+++ b/sysutils/nrg2iso/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:42 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2008/06/12 20:44:52 heinz Exp $
#
DISTNAME= nrg2iso-0.4
@@ -9,12 +9,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html
COMMENT= Converts Nero Burning Roms to ISO images
+PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nrg2iso ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/nrg2iso ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"