summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
committersobomax <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
commit905aa56821787eb98c150e2cd7e4222698cd34b5 (patch)
treed5d7cef2ee1a3886c8300f6c59463d1704679734 /misc
parent267c972eab297e87ce7c16314746799098e8dac4 (diff)
downloadFreeBSD-ports-905aa56821787eb98c150e2cd7e4222698cd34b5.zip
FreeBSD-ports-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.gz
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Diffstat (limited to 'misc')
-rw-r--r--misc/pinfo/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile
index eea9f2a..1335b40 100644
--- a/misc/pinfo/Makefile
+++ b/misc/pinfo/Makefile
@@ -31,8 +31,4 @@ LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE}
.endif
-pre-patch:
- @${PERL} -pi -e 's|<iconv.h>|<giconv.h>|g ; \
- s|-liconv|-lgiconv|g' ${WRKSRC}/configure
-
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud