svn commit: r344704 - head/devel/phpsh

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 07:41:41 UTC 2014


Author: miwi
Date: Mon Feb 17 07:41:40 2014
New Revision: 344704
URL: http://svnweb.freebsd.org/changeset/ports/344704
QAT: https://qat.redports.org/buildarchive/r344704/

Log:
  - Stage support

Modified:
  head/devel/phpsh/Makefile
  head/devel/phpsh/pkg-plist

Modified: head/devel/phpsh/Makefile
==============================================================================
--- head/devel/phpsh/Makefile	Mon Feb 17 07:41:27 2014	(r344703)
+++ head/devel/phpsh/Makefile	Mon Feb 17 07:41:40 2014	(r344704)
@@ -22,12 +22,10 @@ PLIST_SUB=	PORTNAME=${PORTNAME}
 
 PYDISTUTILS_PKGVERSION=	1.3
 
-MAN1=		phpsh.1
 
 OPTIONS_DEFINE=	PCNTL
 PCNTL_DESC=	Fork on every command (pcntl PHP extension)
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MPCNTL}

Modified: head/devel/phpsh/pkg-plist
==============================================================================
--- head/devel/phpsh/pkg-plist	Mon Feb 17 07:41:27 2014	(r344703)
+++ head/devel/phpsh/pkg-plist	Mon Feb 17 07:41:40 2014	(r344704)
@@ -47,6 +47,7 @@ bin/%%PORTNAME%%
 %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/xdebug-clients/geben/tree-widget/geben/no-guide.png
 %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/xdebug-clients/geben/tree-widget/geben/no-handle.png
 %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/xdebug-clients/geben/tree-widget/geben/open.png
+man/man1/phpsh.1.gz
 @dirrm %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/xdebug-clients/geben/tree-widget/geben
 @dirrm %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/xdebug-clients/geben/tree-widget
 @dirrm %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/xdebug-clients/geben


More information about the svn-ports-all mailing list