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 | |
parent | f0bf6e5af048addab8c07d978338a4b262609862 (diff) |
Notes
Diffstat (limited to 'www/mod_layout')
-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: |