svn commit: r355557 - head/games/duel

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 27 18:34:06 UTC 2014


Author: amdmi3
Date: Tue May 27 18:34:05 2014
New Revision: 355557
URL: http://svnweb.freebsd.org/changeset/ports/355557
QAT: https://qat.redports.org/buildarchive/r355557/

Log:
  - Convert to USES=tar,libtool

Modified:
  head/games/duel/Makefile

Modified: head/games/duel/Makefile
==============================================================================
--- head/games/duel/Makefile	Tue May 27 18:32:18 2014	(r355556)
+++ head/games/duel/Makefile	Tue May 27 18:34:05 2014	(r355557)
@@ -5,8 +5,7 @@ PORTNAME=	duel
 PORTVERSION=	0.98
 PORTREVISION=	7
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	alepulver
+MASTER_SITES=	LOCAL/alepulver
 DISTNAME=	lin${PORTNAME}
 
 MAINTAINER=	ports at FreeBSD.org
@@ -15,8 +14,7 @@ COMMENT=	Overhead, OpenGL space shooter
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libftgl.so:${PORTSDIR}/graphics/ftgl
 
-USE_AUTOTOOLS=	libtool
-USE_BZIP2=	yes
+USES=		tar:bzip2 libtool
 USE_GL=		gl
 USE_SDL=	sdl
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list