summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-08-03 13:39:45 +0000
committerjoerg <joerg@pkgsrc.org>2009-08-03 13:39:45 +0000
commitc2c9e570f051fc79f44bbe45dda78b6d96341d18 (patch)
tree676ce4d2ed6756ec746d67176f63baeb0a3e340b /audio
parent4ea0c8cf79538c27c7021f99bcc063dae4139a6d (diff)
downloadpkgsrc-c2c9e570f051fc79f44bbe45dda78b6d96341d18.tar.gz
Fix DESTDIR installation
Diffstat (limited to 'audio')
-rw-r--r--audio/flactag/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/flactag/Makefile b/audio/flactag/Makefile
index 3e4993e64cd..62fb267a865 100644
--- a/audio/flactag/Makefile
+++ b/audio/flactag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/27 13:51:12 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/03 13:39:45 joerg Exp $
#
DISTNAME= flactag-1.1
@@ -14,6 +14,8 @@ USE_LANGUAGES= c++
USE_TOOLS= gmake
PKG_DESTDIR_SUPPORT= user-destdir
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/flactag ${DESTDIR}${PREFIX}/bin
# the "discid" program doesn't do more, don't install for namespace sanity