svn commit: r324629 - head/lang/php55

Alex Dupre ale at FreeBSD.org
Mon Aug 12 13:19:20 UTC 2013


Author: ale
Date: Mon Aug 12 13:19:19 2013
New Revision: 324629
URL: http://svnweb.freebsd.org/changeset/ports/324629

Log:
  Add php-cgi.1 manpage.

Modified:
  head/lang/php55/Makefile

Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile	Mon Aug 12 13:05:07 2013	(r324628)
+++ head/lang/php55/Makefile	Mon Aug 12 13:19:19 2013	(r324629)
@@ -82,6 +82,7 @@ CONFIGURE_ARGS+=--disable-cli
 .if ${PORT_OPTIONS:MCGI}
 PHP_SAPI+=	cgi
 PLIST_SUB+=	CGI=""
+MAN1+=		php-cgi.1
 .else
 PLIST_SUB+=	CGI="@comment "
 CONFIGURE_ARGS+=--disable-cgi


More information about the svn-ports-all mailing list