svn commit: r340762 - head/devel/clanlib1

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 23 00:26:49 UTC 2014


Author: bapt
Date: Thu Jan 23 00:26:48 2014
New Revision: 340762
URL: http://svnweb.freebsd.org/changeset/ports/340762
QAT: https://qat.redports.org/buildarchive/r340762/

Log:
  Support stage

Modified:
  head/devel/clanlib1/Makefile

Modified: head/devel/clanlib1/Makefile
==============================================================================
--- head/devel/clanlib1/Makefile	Thu Jan 23 00:21:11 2014	(r340761)
+++ head/devel/clanlib1/Makefile	Thu Jan 23 00:26:48 2014	(r340762)
@@ -13,7 +13,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 \
@@ -43,7 +42,6 @@ CONFIGURE_ARGS=	--disable-docs \
 
 PLIST_SUB+=	VER=${PORTVERSION:R}
 
-NO_STAGE=	yes
 post-patch:
 	@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
 		's|SDL/SDL|SDL|g'


More information about the svn-ports-all mailing list