diff options
Diffstat (limited to 'audio/akode-plugins-mpeg')
-rw-r--r-- | audio/akode-plugins-mpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/akode-plugins-mpeg/Makefile b/audio/akode-plugins-mpeg/Makefile index fe55914ee16..27d7cb29129 100644 --- a/audio/akode-plugins-mpeg/Makefile +++ b/audio/akode-plugins-mpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/02/28 14:52:38 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/01/26 02:45:44 sbd Exp $ # PKGNAME= akode-plugins-mpeg-${AKODE_VERSION} @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --with-libmad do-install: cd ${WRKSRC}/akode/plugins/mpeg_decoder && ${SETENV} ${MAKE_ENV} \ - ${MAKE} prefix=${DESTDIR}${PREFIX} install + ${MAKE} DESTDIR=${DESTDIR} install .include "../../audio/libmad/buildlink3.mk" .include "../../devel/libltdl/buildlink3.mk" |