diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 11:05:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 11:05:48 +0800 |
commit | 011f3a2a13f514a55dae8ea737db2d626983191d (patch) | |
tree | ef9e57574419ab4a95c9adca518cce23e6a78895 /net-p2p/edonkey-tool-slist | |
parent | f2bc149e9a1f30296a05f9c708c6729f700c8234 (diff) | |
download | freebsd-ports-graphics-011f3a2a13f514a55dae8ea737db2d626983191d.tar.gz freebsd-ports-graphics-011f3a2a13f514a55dae8ea737db2d626983191d.tar.zst freebsd-ports-graphics-011f3a2a13f514a55dae8ea737db2d626983191d.zip |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
Diffstat (limited to 'net-p2p/edonkey-tool-slist')
-rw-r--r-- | net-p2p/edonkey-tool-slist/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/edonkey-tool-slist/Makefile b/net-p2p/edonkey-tool-slist/Makefile index 1e24678e21c..6b80b296f55 100644 --- a/net-p2p/edonkey-tool-slist/Makefile +++ b/net-p2p/edonkey-tool-slist/Makefile @@ -15,10 +15,11 @@ DISTNAME= ed2k_slist-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org WRKSRC= ${WRKDIR}/ed2k_slist +USE_REINPLACE= yes post-patch: - @${PERL} -pi -e 's|\r\n|\n|' ${WRKSRC}/*.[ch] - @${PERL} -pi -e 's|(#include <unistd.h>)|\1\n#include\ + @${REINPLACE_CMD} -e 's|\r\n|\n|' ${WRKSRC}/*.[ch] + @${REINPLACE_CMD} -e 's|(#include <unistd.h>)|\1\n#include\ <sys/time.h>|' ${WRKSRC}/linux_net.c # I could have written a Makefile but I would rather |