aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-flac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-flac/Makefile')
-rw-r--r--audio/xmms-flac/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile
index 9775c9742769..81b2e3ac62ba 100644
--- a/audio/xmms-flac/Makefile
+++ b/audio/xmms-flac/Makefile
@@ -23,10 +23,13 @@ CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \
--with-ogg="${LOCALBASE}" \
--with-xmms-prefix="${LOCALBASE}"
MAKE_ARGS= LIBTOOL="${LIBTOOL} --tag=disable-static"
-MAKE_ENV= MAKEOBJDIR=/nonexistent # ignore ${WRKSRC}/obj
MAKEFILE= ${FILESDIR}/Makefile
MAKE_JOBS_SAFE= yes
+# "obj" is magic to our make(1)
+post-configure:
+ @${RM} -rf ${WRKSRC}/obj
+
# XXX
post-install:
${RM} ${PREFIX}/lib/xmms/Input/libxmms-flac.la