svn commit: r336506 - head/www/mohawk

Antoine Brodin antoine at FreeBSD.org
Sun Dec 15 08:53:08 UTC 2013


Author: antoine
Date: Sun Dec 15 08:53:07 2013
New Revision: 336506
URL: http://svnweb.freebsd.org/changeset/ports/336506

Log:
  Finish stage support
  
  Reviewed by:	maintainer

Modified:
  head/www/mohawk/Makefile

Modified: head/www/mohawk/Makefile
==============================================================================
--- head/www/mohawk/Makefile	Sun Dec 15 08:37:06 2013	(r336505)
+++ head/www/mohawk/Makefile	Sun Dec 15 08:53:07 2013	(r336506)
@@ -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
 


More information about the svn-ports-all mailing list