diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-01 16:07:59 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-01 16:07:59 +0000 |
commit | 534fffca27bb18f7529d548c46ee3326505a89c7 (patch) | |
tree | a09ac440edd299d85a3517dea62caa2b115543fc /www/sqmgrlog/Makefile | |
parent | 5bc499ce47fa1a8da853b36cc61cddf06075d203 (diff) |
Notes
Diffstat (limited to 'www/sqmgrlog/Makefile')
-rw-r--r-- | www/sqmgrlog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/sqmgrlog/Makefile b/www/sqmgrlog/Makefile index fc57cfbd349e..1b33dc60b54b 100644 --- a/www/sqmgrlog/Makefile +++ b/www/sqmgrlog/Makefile @@ -12,12 +12,13 @@ MASTER_SITES= http://web.onda.com.br/orso/ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-prefix=${PREFIX} --with-gcc post-patch: - @${PERL} -pi -e 's,LDFLAGS="-g",LDFLAGS="",' ${WRKSRC}/configure - @${PERL} -pi -e 's,/usr/local/etc/httpd/htdocs/,${PREFIX}/www/data/,; \ + @${REINPLACE_CMD} -e 's,LDFLAGS="-g",LDFLAGS="",' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,/usr/local/etc/httpd/htdocs/,${PREFIX}/www/data/,; \ s,mailx,mail,' ${WRKSRC}/sqmgrlog.conf ${WRKSRC}/log.c post-install: |