summaryrefslogtreecommitdiffstats
path: root/editors
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 /editors
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 'editors')
-rw-r--r--editors/dedit/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile
index b2310b1..af4fff0 100644
--- a/editors/dedit/Makefile
+++ b/editors/dedit/Makefile
@@ -31,8 +31,6 @@ pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|dedit.ja.1||'
- @find ${WRKSRC} -name "*.c" | xargs ${PERL} -pi -e \
- 's|<iconv.h>|<giconv.h>|g'
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/dedit.ja.1 ${MANPREFIX}/man/ja/man1/dedit.1
OpenPOWER on IntegriCloud