diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-12 05:44:13 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-12 05:44:13 +0800 |
commit | f5e328ac3c964566eaee77d809ee01e18806b583 (patch) | |
tree | 52b86f6b9faee04f3e35623907c6002871bb3439 /www/pnews | |
parent | 15ccd2627d383ff9cfcc108380f2c8ad0b644eb7 (diff) | |
download | freebsd-ports-gnome-f5e328ac3c964566eaee77d809ee01e18806b583.tar.gz freebsd-ports-gnome-f5e328ac3c964566eaee77d809ee01e18806b583.tar.zst freebsd-ports-gnome-f5e328ac3c964566eaee77d809ee01e18806b583.zip |
- Copy .htaccess to PNEWSDIR, too
Submitted by: Gea-Suan Lin (maintainer)
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 |