diff options
author | lme <lme@FreeBSD.org> | 2017-08-03 00:09:43 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2017-08-03 00:09:43 +0800 |
commit | 9203121ef24cda2d4ea520c4b444a74003a43bd0 (patch) | |
tree | 906391fd54b758220eb5252b1ed5a32e9ccbf319 /www | |
parent | 820a7d9adfdee96e1773b4b223f044ecf7935175 (diff) | |
download | freebsd-ports-gnome-9203121ef24cda2d4ea520c4b444a74003a43bd0.tar.gz freebsd-ports-gnome-9203121ef24cda2d4ea520c4b444a74003a43bd0.tar.zst freebsd-ports-gnome-9203121ef24cda2d4ea520c4b444a74003a43bd0.zip |
- Add descr variable to all my ports' rc scripts
- Bump PORTREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/dhttpd/Makefile | 1 | ||||
-rw-r--r-- | www/dhttpd/files/dhttpd.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/dhttpd/Makefile b/www/dhttpd/Makefile index 16d9d50eded7..41ad4754e217 100644 --- a/www/dhttpd/Makefile +++ b/www/dhttpd/Makefile @@ -3,6 +3,7 @@ PORTNAME= dhttpd PORTVERSION= 1.02a +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ EXTRACT_SUFX= .tgz diff --git a/www/dhttpd/files/dhttpd.in b/www/dhttpd/files/dhttpd.in index d633d6f852b1..d9f9705bc8cf 100644 --- a/www/dhttpd/files/dhttpd.in +++ b/www/dhttpd/files/dhttpd.in @@ -14,6 +14,7 @@ . /etc/rc.subr name="dhttpd" +desc="Secure and efficient personal HTTP server" rcvar=dhttpd_enable load_rc_config $name |