diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
commit | a68d2827d36597f96c7dac2b6e0ae381aecbc24c (patch) | |
tree | cbc29822393959d2cb1fa583902329503e9ddcd6 /editors/dedit | |
parent | 449a928eea07416fb2c4e7ce5f02faae8c31155d (diff) | |
download | ports-a68d2827d36597f96c7dac2b6e0ae381aecbc24c.tar.gz ports-a68d2827d36597f96c7dac2b6e0ae381aecbc24c.zip |
Notes
Diffstat (limited to 'editors/dedit')
-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 |