diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 17:47:29 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 17:47:29 +0800 |
commit | dea1c00d8931e324cb9945d5906299ce63ad21ed (patch) | |
tree | d8ee4593f1ee095117c3c4cb6366321f37bbefd8 /net-im/icqlib | |
parent | ff58fb3066c9604a771cf5edc13bf54313547811 (diff) | |
download | freebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.tar.gz freebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.tar.zst freebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.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 'net-im/icqlib')
-rw-r--r-- | net-im/icqlib/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-im/icqlib/Makefile b/net-im/icqlib/Makefile index b7a393cfaac0..4ca791fbb122 100644 --- a/net-im/icqlib/Makefile +++ b/net-im/icqlib/Makefile @@ -14,10 +14,6 @@ USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= 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/libicq.so |