diff options
author | pi <pi@FreeBSD.org> | 2016-01-16 02:09:23 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-01-16 02:09:23 +0800 |
commit | 14741ff6ebcde46fe1b5892775490c59972c87b2 (patch) | |
tree | d8d70ba071ca457c4a0099df1b040162781b7c3c | |
parent | 9ce4d0c6f63ca6900e4cfd54db64ed651d1cc564 (diff) | |
download | freebsd-ports-gnome-14741ff6ebcde46fe1b5892775490c59972c87b2.tar.gz freebsd-ports-gnome-14741ff6ebcde46fe1b5892775490c59972c87b2.tar.zst freebsd-ports-gnome-14741ff6ebcde46fe1b5892775490c59972c87b2.zip |
www/hiawatha: fix plist to avoid overwriting modified config files
PR: 206155
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@aon.at>, Christoph Lukas <clukas@firc.de>
-rw-r--r-- | www/hiawatha/Makefile | 1 | ||||
-rw-r--r-- | www/hiawatha/pkg-plist | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 2c892769b90c..e2c70f16998f 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -3,6 +3,7 @@ PORTNAME= hiawatha PORTVERSION= 10.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://www.hiawatha-webserver.org/files/ diff --git a/www/hiawatha/pkg-plist b/www/hiawatha/pkg-plist index e206b9674d19..05c410dc2037 100644 --- a/www/hiawatha/pkg-plist +++ b/www/hiawatha/pkg-plist @@ -1,13 +1,8 @@ bin/ssi-cgi -%%ETCDIR%%/cgi-wrapper.conf @sample %%ETCDIR%%/cgi-wrapper.conf.sample -%%ETCDIR%%/error.xslt @sample %%ETCDIR%%/error.xslt.sample -%%ETCDIR%%/hiawatha.conf @sample %%ETCDIR%%/hiawatha.conf.sample -%%ETCDIR%%/index.xslt @sample %%ETCDIR%%/index.xslt.sample -%%ETCDIR%%/mimetype.conf @sample %%ETCDIR%%/mimetype.conf.sample @sample %%ETCDIR%%/toolkit.conf.sample lib/hiawatha/libmbedcrypto.so |