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 /graphics/libmorph | |
parent | ddf94f6362349e872bf8f898f3507b76d06805d5 (diff) | |
download | freebsd-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
Diffstat (limited to 'graphics/libmorph')
-rw-r--r-- | graphics/libmorph/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/libmorph/Makefile b/graphics/libmorph/Makefile index f72d37a90e74..3f5685f5d886 100644 --- a/graphics/libmorph/Makefile +++ b/graphics/libmorph/Makefile @@ -16,10 +16,6 @@ USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmorph.so \ ${STAGEDIR}${PREFIX}/lib/morph/loaders/*.so |