svn commit: r340168 - head/net/sdl_net

Marcus von Appen mva at FreeBSD.org
Sat Jan 18 12:20:09 UTC 2014


Author: mva
Date: Sat Jan 18 12:20:08 2014
New Revision: 340168
URL: http://svnweb.freebsd.org/changeset/ports/340168
QAT: https://qat.redports.org/buildarchive/r340168/

Log:
  - Enable stagedir support
  - Add LICENSE

Modified:
  head/net/sdl_net/Makefile   (contents, props changed)

Modified: head/net/sdl_net/Makefile
==============================================================================
--- head/net/sdl_net/Makefile	Sat Jan 18 11:12:17 2014	(r340167)
+++ head/net/sdl_net/Makefile	Sat Jan 18 12:20:08 2014	(r340168)
@@ -8,7 +8,9 @@ MASTER_SITES=	http://www.libsdl.org/proj
 DISTNAME=	SDL_net-${PORTVERSION}
 
 MAINTAINER=	mva at FreeBSD.org
-COMMENT=	A small sample cross-platform networking library
+COMMENT=	Small sample cross-platform networking library
+
+LICENSE=	ZLIB
 
 USE_AUTOTOOLS=	libtool
 USE_SDL=	sdl
@@ -18,7 +20,6 @@ USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS+=--disable-gui
 
-NO_STAGE=	yes
 post-configure:
 	@${REINPLACE_CMD} -e \
 		's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \


More information about the svn-ports-all mailing list