Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 08:53:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336506 - head/www/mohawk
Message-ID:  <201312150853.rBF8r7vC018159@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312150853.rBF8r7vC018159>