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 /net | |
parent | 449a928eea07416fb2c4e7ce5f02faae8c31155d (diff) | |
download | ports-a68d2827d36597f96c7dac2b6e0ae381aecbc24c.tar.gz ports-a68d2827d36597f96c7dac2b6e0ae381aecbc24c.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gabber/Makefile | 2 | ||||
-rw-r--r-- | net/wol/Makefile | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/net/gabber/Makefile b/net/gabber/Makefile index 6041aa9b93ce..41a20520203d 100644 --- a/net/gabber/Makefile +++ b/net/gabber/Makefile @@ -40,7 +40,5 @@ post-patch: @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - @find ${WRKSRC}/src -name "*.[ch]" | xargs ${PERL} -pi -e \ - 's|\<iconv.h\>|\<giconv.h\>|g' .include <bsd.port.mk> diff --git a/net/wol/Makefile b/net/wol/Makefile index 9e21d9f86277..c782c1b331c2 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -23,7 +23,4 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgiconv -lgnugetopt" -post-patch: - @${PERL} -pi -e "s/iconv.h/giconv.h/g" ${WRKSRC}/configure - .include <bsd.port.mk> |