diff options
Diffstat (limited to 'editors/dedit/Makefile')
-rw-r--r-- | editors/dedit/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index b2310b1a1ad9..af4fff0e150a 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 |