aboutsummaryrefslogtreecommitdiff
path: root/audio/taglib-extras
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-02-20 13:00:31 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-02-20 13:00:31 +0000
commita95c6ea5dea516f3b7a5d0ff8637b6576c8f02e3 (patch)
treee0877804d9ab211df387cf248750aa09cc1c73a2 /audio/taglib-extras
parent625a9c622f2989df980a5772e58876d1e0ec6496 (diff)
downloadports-a95c6ea5dea516f3b7a5d0ff8637b6576c8f02e3.tar.gz
ports-a95c6ea5dea516f3b7a5d0ff8637b6576c8f02e3.zip
- Add stage support
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Remove useless LATEST_LINK
Notes
Notes: svn path=/head/; revision=345222
Diffstat (limited to 'audio/taglib-extras')
-rw-r--r--audio/taglib-extras/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/taglib-extras/Makefile b/audio/taglib-extras/Makefile
index e410ec95a8bc..458fe482eb2d 100644
--- a/audio/taglib-extras/Makefile
+++ b/audio/taglib-extras/Makefile
@@ -12,12 +12,9 @@ COMMENT= Extra taglib features for Amarok 2.2
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
USES= cmake
-NO_STAGE= yes
-
-.include <bsd.port.pre.mk>
post-extract:
${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
${WRKSRC}/CMakeLists.txt
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>