summaryrefslogtreecommitdiff
path: root/deskutils/planner
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
commita68d2827d36597f96c7dac2b6e0ae381aecbc24c (patch)
treecbc29822393959d2cb1fa583902329503e9ddcd6 /deskutils/planner
parentIconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with (diff)
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Notes
Notes: svn path=/head/; revision=56294
Diffstat (limited to 'deskutils/planner')
-rw-r--r--deskutils/planner/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile
index e81b78bbf5b7..07561dd3938e 100644
--- a/deskutils/planner/Makefile
+++ b/deskutils/planner/Makefile
@@ -32,7 +32,5 @@ pre-patch:
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
- @find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l '[^g]iconv.h' | \
- xargs ${PERL} -pi -e 's|(["<])iconv.h|\1giconv.h|g'
.include <bsd.port.mk>