summaryrefslogtreecommitdiff
path: root/audio/gnome-vfs-cdda
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
commit3b0d97b0de8516db29699676c860489da3f7f0e1 (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /audio/gnome-vfs-cdda
parent10abca39942a8f34d088f39ccc073fee44271274 (diff)
downloadpkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz
Add DESTDIR support.
Diffstat (limited to 'audio/gnome-vfs-cdda')
-rw-r--r--audio/gnome-vfs-cdda/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/gnome-vfs-cdda/Makefile b/audio/gnome-vfs-cdda/Makefile
index 7fbb26e7603..ee4c3fbbb07 100644
--- a/audio/gnome-vfs-cdda/Makefile
+++ b/audio/gnome-vfs-cdda/Makefile
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile,v 1.2 2007/09/20 22:51:01 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:05 joerg Exp $
#
GNOME_VFS_NAME= cdda
CATEGORIES= audio
+PKG_DESTDIR_SUPPORT= user-destdir
+
CPPFLAGS+= -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia
EGFILES+= modules/cdda-module.conf
+INSTALLATION_DIRS+= ${EGDIR}/modules
+
post-install:
- ${INSTALL_DATA} ${WRKSRC}/modules/cdda-module.conf ${EGDIR}/modules
+ ${INSTALL_DATA} ${WRKSRC}/modules/cdda-module.conf ${DESTDIR}${EGDIR}/modules
.include "../../sysutils/gnome-vfs/Makefile.common"