aboutsummaryrefslogtreecommitdiff
path: root/deskutils/simplegroupware
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-05-15 18:41:24 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-05-15 18:41:24 +0000
commitefd139ed48ff79404916e9ab71bee25dbf809441 (patch)
tree6463e18c574c71dccfd2f3087538042cb0186437 /deskutils/simplegroupware
parent795fc4961d8a015346072b047cbd9594ab083fb7 (diff)
downloadports-efd139ed48ff79404916e9ab71bee25dbf809441.tar.gz
ports-efd139ed48ff79404916e9ab71bee25dbf809441.zip
Notes
Diffstat (limited to 'deskutils/simplegroupware')
-rw-r--r--deskutils/simplegroupware/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/deskutils/simplegroupware/Makefile b/deskutils/simplegroupware/Makefile
index 7571a642e70b..550ee8b7bacc 100644
--- a/deskutils/simplegroupware/Makefile
+++ b/deskutils/simplegroupware/Makefile
@@ -16,16 +16,13 @@ USE_APACHE_RUN= 22
USE_MYSQL= yes
USE_PHP= mysql
-PKGMESSAGE= ${WRKDIR}/${PORTNAME}/pkg-message
SUB_FILES= pkg-message
-NO_STAGE= yes
-do-install:
- ${MKDIR} ${WWWDIR}/
- cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${WWWDIR}/
- ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/
+SHAREOWN= ${WWWOWN}
+SHAREGRP= ${WWWGRP}
-post-install:
- @${CAT} ${PKGMESSAGE}
+do-install:
+ ${MKDIR} ${STAGEDIR}${WWWDIR}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
.include <bsd.port.mk>