summaryrefslogtreecommitdiff
path: root/audio/gnome-vfs-cdda/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnome-vfs-cdda/Makefile')
-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"