diff options
author | marino <marino@FreeBSD.org> | 2016-02-07 21:44:26 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-07 21:44:26 +0800 |
commit | 05de3baf4c11dd7cd9a4a4c7a06d3cb7b581dd4f (patch) | |
tree | a2369fcd78dbf5d253cacaee86483a14389a31f8 /audio/streamripper | |
parent | 2253ab2294bf25a38b09ded26cc1841e32d10e71 (diff) | |
download | freebsd-ports-gnome-05de3baf4c11dd7cd9a4a4c7a06d3cb7b581dd4f.tar.gz freebsd-ports-gnome-05de3baf4c11dd7cd9a4a4c7a06d3cb7b581dd4f.tar.zst freebsd-ports-gnome-05de3baf4c11dd7cd9a4a4c7a06d3cb7b581dd4f.zip |
audio/streamripper: re-enable post-patch target
Diffstat (limited to 'audio/streamripper')
-rw-r--r-- | audio/streamripper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index 1471a7b02e40..7a0295408dd4 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -47,7 +47,7 @@ VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis post-extract: ${MV} ${WRKDIR}/cdk-${CDK_VERSION} ${WRKSRC} -xpost-patch: +post-patch: @${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure # avoid potential name conflict with ncurses @${LN} -sv ${WRKSRC}/cdk-5.0-20060507/include/menu.h \ |