1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Copy .htaccess to PNEWSDIR, too

Submitted by:	Gea-Suan Lin (maintainer)
This commit is contained in:
Rong-En Fan 2006-07-11 21:44:13 +00:00
parent c72c353436
commit 39c3bd2506
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167544
2 changed files with 2 additions and 0 deletions

View File

@ -26,5 +26,6 @@ PNEWSDIR?= ${PREFIX}/www/data/pnews
do-install:
@${MKDIR} ${PNEWSDIR}
@${CP} -R ${WRKSRC}/* ${PNEWSDIR}
@${CP} -R ${WRKSRC}/.htaccess ${WRKSRC}/* ${PNEWSDIR}
.include <bsd.port.mk>

View File

@ -1,4 +1,5 @@
@comment $FreeBSD$
www/data/pnews/.htaccess
www/data/pnews/auth.php
www/data/pnews/auth/ftp.inc.php
www/data/pnews/auth/ftps.inc.php