From bf13b928394639c77dcdfe11616c7d3bda374477 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 5 Jun 2014 05:19:54 +0000 Subject: [PATCH] - Stage support PR: 190380 --- www/repos-style/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/www/repos-style/Makefile b/www/repos-style/Makefile index dc6fc2308163..d8ad93ede5c4 100644 --- a/www/repos-style/Makefile +++ b/www/repos-style/Makefile @@ -24,20 +24,13 @@ WRKSRC= ${WRKDIR}/repos-web SUB_LIST+= PORTNAME=${PORTNAME} SUB_FILES+= pkg-message -NO_STAGE= yes pre-install: # Prevent installation of .orig files by deleting them. @${FIND} ${WRKSRC} -name '*.orig' -delete ${MV} ${WRKSRC}/open/log/index.php ${WRKSRC}/open/log/index.dist.php do-install: - @${MKDIR} ${WWWDIR} - @(cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}) - if [ ! -f ${WWWDIR}/open/log/index.php ]; then \ - ${CP} -p ${WWWDIR}/open/log/index.dist.php ${WWWDIR}/open/log/index.php; \ - fi - -post-install: - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${WWWDIR} + @(cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}) .include