Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 00:26:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340762 - head/devel/clanlib1
Message-ID:  <201401230026.s0N0QmxH042511@svn.freebsd.org>

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



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