diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-11 21:44:13 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-11 21:44:13 +0000 |
commit | 39c3bd2506f796e6582db2f90fda784c1b897ac3 (patch) | |
tree | 99d6e5fde9bc03bf9f5696f488c0291cd81987e1 /www/pnews | |
parent | c72c3534367939c2e7d86e01955afab9d02bf093 (diff) | |
download | ports-39c3bd2506f796e6582db2f90fda784c1b897ac3.tar.gz ports-39c3bd2506f796e6582db2f90fda784c1b897ac3.zip |
Notes
Diffstat (limited to 'www/pnews')
-rw-r--r-- | www/pnews/Makefile | 1 | ||||
-rw-r--r-- | www/pnews/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/pnews/Makefile b/www/pnews/Makefile index eccbd479d1a7..200fa44ad542 100644 --- a/www/pnews/Makefile +++ b/www/pnews/Makefile @@ -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> diff --git a/www/pnews/pkg-plist b/www/pnews/pkg-plist index 2efb36d0f22d..840e3fb4b752 100644 --- a/www/pnews/pkg-plist +++ b/www/pnews/pkg-plist @@ -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 |