Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 07:41:40 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344704 - head/devel/phpsh
Message-ID:  <201402170741.s1H7feFQ022274@svn.freebsd.org>

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



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