diff options
author | pi <pi@FreeBSD.org> | 2016-01-16 03:39:48 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-01-16 03:39:48 +0800 |
commit | 865eb5a9bdec24cde5c75cee3f32bd9faf1881d3 (patch) | |
tree | 7954498edfaaf0ac368b230e642fcd8732b06081 /www/hiawatha | |
parent | 488a7117a92e654c6d2116748a729eef847381ea (diff) | |
download | freebsd-ports-gnome-865eb5a9bdec24cde5c75cee3f32bd9faf1881d3.tar.gz freebsd-ports-gnome-865eb5a9bdec24cde5c75cee3f32bd9faf1881d3.tar.zst freebsd-ports-gnome-865eb5a9bdec24cde5c75cee3f32bd9faf1881d3.zip |
www/hiawatha: fix plist to avoid overwriting modified index.html
PR: 206155
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@aon.at>
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 2 | ||||
-rw-r--r-- | www/hiawatha/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index e2c70f16998f..0ff239712e94 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -3,7 +3,7 @@ PORTNAME= hiawatha PORTVERSION= 10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://www.hiawatha-webserver.org/files/ diff --git a/www/hiawatha/pkg-plist b/www/hiawatha/pkg-plist index 05c410dc2037..18791bcc5d5e 100644 --- a/www/hiawatha/pkg-plist +++ b/www/hiawatha/pkg-plist @@ -21,8 +21,7 @@ man/man1/wigwam.1.gz sbin/cgi-wrapper sbin/hiawatha sbin/wigwam -%%WWWDIR%%/index.html -%%WWWDIR%%/index.html.sample +@sample %%WWWDIR%%/index.html.sample @dir /var/lib/hiawatha @dir /var/lib @dir /var/log/hiawatha |