summaryrefslogtreecommitdiff
path: root/audio/akode-plugins-resampler
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-01-26 02:45:44 +0000
committersbd <sbd@pkgsrc.org>2012-01-26 02:45:44 +0000
commitb4f2df5567e4a38716af68fefb581e96ac42e319 (patch)
tree84d0c0761fbe5e3984b882a1bb2b5d2c2519ddc5 /audio/akode-plugins-resampler
parent4e6dd0707cc11eddea6b1ef3d526b4e026d16ad9 (diff)
downloadpkgsrc-b4f2df5567e4a38716af68fefb581e96ac42e319.tar.gz
For proper DESTDIR support it should be passed to make as 'DESTDIR=${DESTDIR}'
not 'prefix=${DESTDIR}${PREFIX}'
Diffstat (limited to 'audio/akode-plugins-resampler')
-rw-r--r--audio/akode-plugins-resampler/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/akode-plugins-resampler/Makefile b/audio/akode-plugins-resampler/Makefile
index c51b7e8ddd5..fb8c2a218a8 100644
--- a/audio/akode-plugins-resampler/Makefile
+++ b/audio/akode-plugins-resampler/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/02/28 14:52:39 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2012/01/26 02:45:45 sbd Exp $
#
PKGNAME= akode-plugins-resampler-${AKODE_VERSION}
@@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --with-libsamplerate
do-install:
cd ${WRKSRC}/akode/plugins/src_resampler && ${SETENV} ${MAKE_ENV} \
- ${MAKE} prefix=${DESTDIR}${PREFIX} install
+ ${MAKE} DESTDIR=${DESTDIR} install
.include "../../audio/libsamplerate/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"