diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-15 16:53:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-15 16:53:07 +0800 |
commit | 553d821a6d7e8a73cf98f55a5392bb8fbfa05bb3 (patch) | |
tree | f86368b443064995a539236d14d630f4d7b4f564 /www/mohawk | |
parent | 1b92983456e10e0cc2cb7f0d11779cef2e39e395 (diff) | |
download | freebsd-ports-gnome-553d821a6d7e8a73cf98f55a5392bb8fbfa05bb3.tar.gz freebsd-ports-gnome-553d821a6d7e8a73cf98f55a5392bb8fbfa05bb3.tar.zst freebsd-ports-gnome-553d821a6d7e8a73cf98f55a5392bb8fbfa05bb3.zip |
Finish stage support
Reviewed by: maintainer
Diffstat (limited to 'www/mohawk')
-rw-r--r-- | www/mohawk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile index 93c76d8f7382..5b281a2b3f77 100644 --- a/www/mohawk/Makefile +++ b/www/mohawk/Makefile @@ -15,16 +15,15 @@ LICENSE= BSD LIB_DEPENDS= event-2:${PORTSDIR}/devel/libevent2 PLIST_FILES+= bin/mhtpasswd \ + man/man5/mohawk.conf.5.gz \ + man/man8/mhtpasswd.8.gz \ + man/man8/mohawk.8.gz \ sbin/mohawk \ etc/mohawk.conf.sample PORTEXAMPLES= * USE_RC_SUBR= mohawk -MAN5= mohawk.conf.5 -MAN8= mhtpasswd.8 \ - mohawk.8 - CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib/event2 |