diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-15 08:53:07 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-15 08:53:07 +0000 |
commit | ed88240b7c7a4d4face559a1db142eb44b35b22c (patch) | |
tree | f86368b443064995a539236d14d630f4d7b4f564 /www/mohawk/Makefile | |
parent | 147144cac7bd9421120d815001491e3a9d8144a1 (diff) |
Notes
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 |