summaryrefslogtreecommitdiff
path: root/audio/mixer.app/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-02 06:10:30 +0000
committerjlam <jlam>2008-03-02 06:10:30 +0000
commit5e208f4c10af866c1787ca2bbb3312ff140e9f8d (patch)
treee69a307404c85a610aac593940553b400d40a654 /audio/mixer.app/Makefile
parent6f66c48cf7c3d142c768614f7fdc4e84ca8a2822 (diff)
downloadpkgsrc-5e208f4c10af866c1787ca2bbb3312ff140e9f8d.tar.gz
Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
Diffstat (limited to 'audio/mixer.app/Makefile')
-rw-r--r--audio/mixer.app/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile
index eef573de614..042044320c3 100644
--- a/audio/mixer.app/Makefile
+++ b/audio/mixer.app/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/12/27 13:37:35 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2008/03/02 06:10:33 jlam Exp $
#
DISTNAME= Mixer.app-1.8.0
@@ -15,15 +15,16 @@ COMMENT= Another mixer intended for the windowmaker dockapp
NOT_FOR_PLATFORM= Interix-*-*
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c++
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Mixer.app
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/Mixer.app
+ ${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/Mixer.app
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/Mixer.app
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"