summaryrefslogtreecommitdiff
path: root/audio/wmmp3
diff options
context:
space:
mode:
authorjoerg <joerg>2007-03-24 19:21:18 +0000
committerjoerg <joerg>2007-03-24 19:21:18 +0000
commita4de7735c807ba2004d03f48884c6342e3f6763c (patch)
treea57573ceef3abc19d705671351ee7db9e9292311 /audio/wmmp3
parent7cd9e5adbf8ac9e1b02c9e54118f0253a6988530 (diff)
downloadpkgsrc-a4de7735c807ba2004d03f48884c6342e3f6763c.tar.gz
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'audio/wmmp3')
-rw-r--r--audio/wmmp3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/wmmp3/Makefile b/audio/wmmp3/Makefile
index c098a1ed2fe..094b3e49b4c 100644
--- a/audio/wmmp3/Makefile
+++ b/audio/wmmp3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/02/22 19:26:08 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/03/24 19:21:19 joerg Exp $
DISTNAME= wmmp3-0.12
PKGREVISION= 2
@@ -13,13 +13,14 @@ DEPENDS+= mpg123>=0.59.18:../../audio/mpg123
GNU_CONFIGURE= yes
+INSTALLATION_DIRS= share/examples
+
post-patch:
${MV} ${WRKSRC}/sample.wmmp3 ${WRKSRC}/sample.wmmp3.orig
${SED} -e 's:/usr/local:'${LOCALBASE}':g' \
${WRKSRC}/sample.wmmp3.orig > ${WRKSRC}/sample.wmmp3
post-install:
- @${ECHO} "===> Installing sample.wmmp3 in ${PREFIX}/share/examples"
${INSTALL_DATA} ${WRKSRC}/sample.wmmp3 ${PREFIX}/share/examples
.include "../../x11/libXext/buildlink3.mk"