aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/wv
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-18 19:50:38 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-18 19:50:38 +0800
commit905aa56821787eb98c150e2cd7e4222698cd34b5 (patch)
treed5d7cef2ee1a3886c8300f6c59463d1704679734 /textproc/wv
parent267c972eab297e87ce7c16314746799098e8dac4 (diff)
downloadfreebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.gz
freebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.zst
freebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.zip
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Diffstat (limited to 'textproc/wv')
-rw-r--r--textproc/wv/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile
index 8bc38d5fdd9e..73bfac28b6d9 100644
--- a/textproc/wv/Makefile
+++ b/textproc/wv/Makefile
@@ -25,10 +25,4 @@ MAN1= wvAbw.1 wvCleanLatex.1 wvDVI.1 wvHtml.1 wvLatex.1 wvMime.1 wvPDF.1 \
wvPS.1 wvRTF.1 wvSummary.1 wvText.1 wvVersion.1 wvWare.1 wvWml.1
MLINKS= wvWare.1 wvConvert.1
-pre-patch:
- @${PERL} -pi -e 's|<iconv.h>|<giconv.h>|g ; \
- s|-liconv|-lgiconv|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e \
- 's|"iconv.h"|"giconv.h"|g'
-
.include <bsd.port.mk>