summaryrefslogtreecommitdiff
path: root/audio/trm/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-01 01:50:04 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-01 01:50:04 +0000
commit85cf745783afdb3a8ba87a6e94f9c6d19000d51b (patch)
tree3e84fda9c228da09307f4467e4c5a681ca735dd8 /audio/trm/Makefile
parent427f06d0b965762c723bf00a61e3afb137e8b98f (diff)
downloadpkgsrc-85cf745783afdb3a8ba87a6e94f9c6d19000d51b.tar.gz
DESTDIR support
Diffstat (limited to 'audio/trm/Makefile')
-rw-r--r--audio/trm/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/trm/Makefile b/audio/trm/Makefile
index ea04de478c1..4df16c170a2 100644
--- a/audio/trm/Makefile
+++ b/audio/trm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/07/01 11:59:01 chris Exp $
+# $NetBSD: Makefile,v 1.11 2010/02/01 01:50:04 joerg Exp $
#
DISTNAME= trm-0.2.1
@@ -10,6 +10,8 @@ MAINTAINER= chris@NetBSD.org
HOMEPAGE= http://www.musicbrainz.org/products/trmgen/download.html
COMMENT= Acoustic signature generator
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS= tunepimp-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -20,6 +22,8 @@ USE_LANGUAGES= c c++
AUTOMAKE_REQD= 1.6.3
USE_TOOLS+= automake aclocal autoheader autoconf
+INSTALLATION_DIRS+= bin
+
pre-configure:
set -e; cd ${WRKSRC}; \
aclocal; autoheader; automake -a --foreign -i; autoconf