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 /chinese | |
parent | ff58fb3066c9604a771cf5edc13bf54313547811 (diff) | |
download | freebsd-ports-graphics-dea1c00d8931e324cb9945d5906299ce63ad21ed.tar.gz freebsd-ports-graphics-dea1c00d8931e324cb9945d5906299ce63ad21ed.tar.zst freebsd-ports-graphics-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 'chinese')
-rw-r--r-- | chinese/scim-fcitx/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chinese/scim-fcitx/Makefile b/chinese/scim-fcitx/Makefile index 77fb33db064..b98f2f04030 100644 --- a/chinese/scim-fcitx/Makefile +++ b/chinese/scim-fcitx/Makefile @@ -28,8 +28,4 @@ LDFLAGS+= -L${LOCALBASE}/lib -lintl SUB_FILES= pkg-message -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure - .include <bsd.port.mk> |