summaryrefslogtreecommitdiff
path: root/lang/php55
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2013-08-12 13:19:19 +0000
committerAlex Dupre <ale@FreeBSD.org>2013-08-12 13:19:19 +0000
commit5bb938d0d633d736fd2111922657ee7153471c99 (patch)
treee69570b9204acef73c7d3aa9ba666f4e76b1aedb /lang/php55
parentAdd dash (-) and plus (+) symbols to allowed characters in variable names: (diff)
Add php-cgi.1 manpage.
Notes
Notes: svn path=/head/; revision=324629
Diffstat (limited to 'lang/php55')
-rw-r--r--lang/php55/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile
index 90dfc6bafed8..6db19b4f4aea 100644
--- a/lang/php55/Makefile
+++ b/lang/php55/Makefile
@@ -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