diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-07 03:07:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-07 03:07:44 +0000 |
commit | 4db3cdbadf50c5a7be06d1e4f4c9dec204f8c5da (patch) | |
tree | 5f30439c624b27b9c7d93dde28519105114ff183 /www/mod_layout/Makefile | |
parent | Add graphics/py-ming to RUN_DEPENDS (diff) |
- PERL -> REINPLACE_CMD
- Sanitize MASTER_SITES
PR: ports/41391
Submitted by: maintainer
Diffstat (limited to 'www/mod_layout/Makefile')
-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: |