diff options
Diffstat (limited to 'www/siteframe/Makefile')
-rw-r--r-- | www/siteframe/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/siteframe/Makefile b/www/siteframe/Makefile index 0d18924ca571..c4e8e0f2f1c9 100644 --- a/www/siteframe/Makefile +++ b/www/siteframe/Makefile @@ -15,10 +15,6 @@ COMMENT= A web community content management system in PHP5 and MySQL RUN_DEPENDS= ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - USE_APACHE= yes WITH_APACHE2= yes USE_PHP= mysqli simplexml xml session gd @@ -45,7 +41,7 @@ SUB_LIST= DIR=${SITEFRAMEDIR} do-install: ${MKDIR} ${SITEFRAMEDIR} - ${CP} -R ${WRKSRC}/ ${SITEFRAMEDIR} + ${CP} -R ${WRKSRC}/* ${SITEFRAMEDIR}/ ${CHOWN} -R ${WWWOWN} ${SITEFRAMEDIR}/ post-install: |