diff options
Diffstat (limited to 'www/mohawk/Makefile')
-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 |