diff options
author | pat <pat@FreeBSD.org> | 2002-08-07 11:07:44 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-08-07 11:07:44 +0800 |
commit | 47c50b3116f4f785c5619df7145d2c446334e715 (patch) | |
tree | 7961353462edbe76724dc01008a31fc08f5c32ca /www | |
parent | 6c4b272b97608abe9c7dbaec00db6c6b0648d145 (diff) | |
download | freebsd-ports-gnome-47c50b3116f4f785c5619df7145d2c446334e715.tar.gz freebsd-ports-gnome-47c50b3116f4f785c5619df7145d2c446334e715.tar.zst freebsd-ports-gnome-47c50b3116f4f785c5619df7145d2c446334e715.zip |
- PERL -> REINPLACE_CMD
- Sanitize MASTER_SITES
PR: ports/41391
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_layout/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index a31fb769b672..e1c94be4cdcc 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -8,16 +8,17 @@ PORTNAME= mod_layout PORTVERSION= 3.2 CATEGORIES= www -MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \ - http://software.tangent.org/download/ +MASTER_SITES= http://software.tangent.org/download/ MAINTAINER= sheepkiller@cultdeadsheep.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +USE_REINPLACE= yes + post-patch: - @${PERL} -pi -e 's!apxs!${LOCALBASE}/sbin/apxs!g' \ + @${REINPLACE_CMD} -e 's!apxs!${LOCALBASE}/sbin/apxs!g' \ ${WRKSRC}/Makefile post-install: |