svn commit: r342176 - in head/devel: obby physfs

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 15:50:42 UTC 2014


Author: miwi
Date: Sat Feb  1 15:50:41 2014
New Revision: 342176
URL: http://svnweb.freebsd.org/changeset/ports/342176
QAT: https://qat.redports.org/buildarchive/r342176/

Log:
  - Stage support

Modified:
  head/devel/obby/Makefile
  head/devel/physfs/Makefile

Modified: head/devel/obby/Makefile
==============================================================================
--- head/devel/obby/Makefile	Sat Feb  1 15:39:21 2014	(r342175)
+++ head/devel/obby/Makefile	Sat Feb  1 15:50:41 2014	(r342176)
@@ -18,7 +18,6 @@ USES=	pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/devel/physfs/Makefile
==============================================================================
--- head/devel/physfs/Makefile	Sat Feb  1 15:39:21 2014	(r342175)
+++ head/devel/physfs/Makefile	Sat Feb  1 15:50:41 2014	(r342176)
@@ -14,7 +14,6 @@ USES=		cmake
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 patch-autotools-libtool:
 	@${DO_NADA}
 


More information about the svn-ports-all mailing list