Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2013 21:14:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334526 - head/net/pecl-gupnp
Message-ID:  <201311212114.rALLEofu062159@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov 21 21:14:50 2013
New Revision: 334526
URL: http://svnweb.freebsd.org/changeset/ports/334526

Log:
  - Add LICENSE
  - Support STAGEDIR

Modified:
  head/net/pecl-gupnp/Makefile

Modified: head/net/pecl-gupnp/Makefile
==============================================================================
--- head/net/pecl-gupnp/Makefile	Thu Nov 21 21:12:50 2013	(r334525)
+++ head/net/pecl-gupnp/Makefile	Thu Nov 21 21:14:50 2013	(r334526)
@@ -12,13 +12,14 @@ DIST_SUBDIR=	PECL
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	GUPnP wrapper extension
 
+LICENSE=	PHP301
+
 LIB_DEPENDS=	libgupnp-1.0.so:${PORTSDIR}/net/gupnp
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
 USES=		pkgconfig
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4
 



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