mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Stageify.
Approved by: portmgr@
This commit is contained in:
parent
57139dcc7f
commit
7d971a8b58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355037
@ -18,13 +18,11 @@ SUB_FILES= pkg-message
|
||||
|
||||
WANT_PHP_WEB= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${ECHO} "Installing in ${PREFIX}/www/truc"
|
||||
${MKDIR} ${PREFIX}/www/truc
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/www/truc
|
||||
# ${MV} ${WRKSRC}/config_inc.php ${WRKSRC}/config_inc.php-dist
|
||||
${CP} -R ${WRKSRC}/* ${PREFIX}/www/truc
|
||||
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/truc
|
||||
${CAT} ${PKGMESSAGE}
|
||||
${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/www/truc
|
||||
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/www/truc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user