mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- PERL -> REINPLACE_CMD
- Sanitize MASTER_SITES PR: ports/41391 Submitted by: maintainer
This commit is contained in:
parent
f0bf6e5af0
commit
4db3cdbadf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64128
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user