mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
This commit is contained in:
parent
e576cffda4
commit
8a0ab4e975
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357451
@ -17,7 +17,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/xsl/resume:${PORTSDIR}/textproc/resume \
|
|||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|/usr/local/share|${LOCALBASE}/share|' \
|
${REINPLACE_CMD} -e 's|/usr/local/share|${LOCALBASE}/share|' \
|
||||||
${WRKSRC}/lib/extrefs.xsl
|
${WRKSRC}/lib/extrefs.xsl
|
||||||
@ -27,7 +26,7 @@ post-patch:
|
|||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${ECHO} "Installing in ${PREFIX}/share/xsl/${PORTNAME}"
|
@${ECHO} "Installing in ${PREFIX}/share/xsl/${PORTNAME}"
|
||||||
@${MKDIR} ${PREFIX}/share/xsl/${PORTNAME}
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/xsl/${PORTNAME}
|
||||||
@${CP} -R ${WRKSRC}/* ${PREFIX}/share/xsl/${PORTNAME}
|
@${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/xsl/${PORTNAME}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user