- fix DEFAULT_VERSIONS usage

- fix `make restage'
- tim pkg-plist
This commit is contained in:
Olli Hauer 2014-09-23 21:28:34 +00:00
parent c5efddacd2
commit a1227d1a74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369124
2 changed files with 7 additions and 16 deletions

View File

@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= dos2unix
USE_PHP= session
DEFAULT_VERSIONS= php=5
DEFAULT_VERSIONS+= php=5
CONFLICTS= AutoIndex-1*
LATEST_LINK= AutoIndex2
NO_BUILD= yes
@ -23,10 +23,12 @@ INSTALLDIR?= ${WWWDIR}
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} \
INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
post-extract:
${MV} ${WRKSRC}/config.php ${WRKSRC}/config.php.sample
${MV} ${WRKSRC}/.htpasswd.autoindex ${WRKSRC}/.htpasswd.autoindex.sample
do-install:
@${MKDIR} ${STAGEDIR}${INSTALLDIR}
cd ${WRKSRC} && ${MV} config.php config.php.sample
cd ${WRKSRC} && ${MV} .htpasswd.autoindex .htpasswd.autoindex.sample
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${INSTALLDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${INSTALLDIR})
.include <bsd.port.mk>

View File

@ -230,16 +230,5 @@
%%INSTALLDIR%%/templates/readme.html
@owner
@group
@dirrm %%INSTALLDIR%%/classes
@dirrm %%INSTALLDIR%%/index_icons/apache
@dirrm %%INSTALLDIR%%/index_icons/kde
@dirrm %%INSTALLDIR%%/index_icons/osx
@dirrm %%INSTALLDIR%%/index_icons/winvista
@dirrm %%INSTALLDIR%%/index_icons/winxp
@dirrm %%INSTALLDIR%%/index_icons
@dirrm %%INSTALLDIR%%/languages
@dirrm %%INSTALLDIR%%/templates/default
@dirrm %%INSTALLDIR%%/templates/simple_image_gallery
@dirrm %%INSTALLDIR%%/templates
@dirrmtry %%INSTALLDIR%%
@dir %%INSTALLDIR%%