summaryrefslogtreecommitdiff
path: root/audio/xmix
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmix')
-rw-r--r--audio/xmix/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile
index dad23af8ce9..959539636cc 100644
--- a/audio/xmix/Makefile
+++ b/audio/xmix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/11/10 17:21:33 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2009/07/08 14:08:56 joerg Exp $
DISTNAME= xmix-2.1
PKGREVISION= 3
@@ -11,6 +11,8 @@ PATCHFILES= xmix-2.1.mixers.patch
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Mixer for X Window System
+PKG_DESTDIR_SUPPORT= user-destdir
+
NOT_FOR_PLATFORM= Interix-*-*
WRKSRC= ${WRKDIR}/xmix
@@ -21,7 +23,7 @@ pre-configure:
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
pre-install:
- ${INSTALL_DATA} ${WRKSRC}/XMix ${PREFIX}/lib/X11/app-defaults
+ ${INSTALL_DATA} ${WRKSRC}/XMix ${DESTDIR}${PREFIX}/lib/X11/app-defaults
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"