diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 09:47:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 09:47:29 +0000 |
commit | 5d48443269043d602e83f08d247c43b3a779a8d6 (patch) | |
tree | d8ee4593f1ee095117c3c4cb6366321f37bbefd8 /multimedia/xtheater | |
parent | ddf94f6362349e872bf8f898f3507b76d06805d5 (diff) | |
download | ports-5d48443269043d602e83f08d247c43b3a779a8d6.tar.gz ports-5d48443269043d602e83f08d247c43b3a779a8d6.zip |
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
Notes
Notes:
svn path=/head/; revision=384215
Diffstat (limited to 'multimedia/xtheater')
-rw-r--r-- | multimedia/xtheater/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/xtheater/Makefile b/multimedia/xtheater/Makefile index 62daf6a224e9..2e7155154e78 100644 --- a/multimedia/xtheater/Makefile +++ b/multimedia/xtheater/Makefile @@ -28,8 +28,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]prefix[)]/Xtheater|(libdir)/Xtheater|g ; \ s|-release.*$$|-module -avoid-version|g' |