mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Change REINPLACE_CMD to a real SED since it would otherwise try to
modify the files/ directory. Noticed by: bento
This commit is contained in:
parent
b7ebe93889
commit
e28de47a8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70084
@ -17,8 +17,6 @@ MAINTAINER= nbm@FreeBSD.org
|
||||
RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
|
||||
|
||||
NO_BUILD= YES
|
||||
USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
# You can change this in the environment if you like.
|
||||
SZOPEBASEDIR?= www/Zope
|
||||
@ -40,7 +38,7 @@ do-install:
|
||||
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}/
|
||||
@${CP} ${ZOPEPRODUCTSRC}/demo/navigator_demo.zexp \
|
||||
${ZOPEBASEDIR}/import
|
||||
@${REINPLACE_CMD} -e \
|
||||
@${SED} -e \
|
||||
's#%%PREFIX%%#${PREFIX}#' ${FILESDIR}/MESSAGE > ${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user