diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2016-05-04 14:46:03 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2016-05-04 14:46:03 +0000 |
commit | f72a59630de8932496dd180d96a9a4d9acd2356c (patch) | |
tree | 39579aa4c8e6e9b423bdd3f423fb1afff26af356 | |
parent | 7e1e56fe92e6c858346487c3918195493becd9e3 (diff) | |
download | ports-f72a59630de8932496dd180d96a9a4d9acd2356c.tar.gz ports-f72a59630de8932496dd180d96a9a4d9acd2356c.zip |
Use PATHFIX instead of hand crafted, artisnal, Makefile directives.
Notes
Notes:
svn path=/head/; revision=414603
-rw-r--r-- | audio/shout-idjc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/shout-idjc/Makefile b/audio/shout-idjc/Makefile index 80e60f1f7eae..a14afc140139 100644 --- a/audio/shout-idjc/Makefile +++ b/audio/shout-idjc/Makefile @@ -3,6 +3,7 @@ PORTNAME= libshout-idjc PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= SF/idjc/libshout-idjc/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -19,6 +20,7 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig autoreconf +PATHFIX_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS @@ -28,10 +30,4 @@ MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} '/_XOPEN_SOURCE/d' ${WRKSRC}/configure -post-stage: - ${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig - ${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/shout-idjc.pc \ - ${STAGEDIR}${PREFIX}/libdata/pkgconfig/shout-idjc.pc - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig - .include <bsd.port.mk> |