svn commit: r340763 - head/devel/clanlib22

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 23 00:27:28 UTC 2014


Author: bapt
Date: Thu Jan 23 00:27:27 2014
New Revision: 340763
URL: http://svnweb.freebsd.org/changeset/ports/340763
QAT: https://qat.redports.org/buildarchive/r340763/

Log:
  Support stage

Modified:
  head/devel/clanlib22/Makefile

Modified: head/devel/clanlib22/Makefile
==============================================================================
--- head/devel/clanlib22/Makefile	Thu Jan 23 00:26:48 2014	(r340762)
+++ head/devel/clanlib22/Makefile	Thu Jan 23 00:27:27 2014	(r340763)
@@ -14,7 +14,6 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Cross-platform game SDK
 
 LICENSE=	ZLIB
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libpng15.so:${PORTSDIR}/graphics/png \
@@ -51,7 +50,6 @@ CONFIGURE_ARGS=	--disable-docs \
 PLIST_SUB+=	VER=${PORTVERSION:R} \
 		SHORT_VER=${PORTVERSION:R:R}${PORTVERSION:R:E}
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/^extra_LIBS_clanSqlite/s|-ldl||g' \
 		${WRKSRC}/configure


More information about the svn-ports-all mailing list