Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 23:59:16 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330575 - head/games/torrent
Message-ID:  <201310162359.r9GNxG2m067728@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 16 23:59:16 2013
New Revision: 330575
URL: http://svnweb.freebsd.org/changeset/ports/330575

Log:
  - Support staging
  - Convert USE_GMAKE to USES

Deleted:
  head/games/torrent/pkg-plist
Modified:
  head/games/torrent/Makefile

Modified: head/games/torrent/Makefile
==============================================================================
--- head/games/torrent/Makefile	Wed Oct 16 23:56:44 2013	(r330574)
+++ head/games/torrent/Makefile	Wed Oct 16 23:59:16 2013	(r330575)
@@ -12,15 +12,15 @@ MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Score points without letting the tiles touch the top of the board
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_SDL=	sdl mixer image ttf
 
 CPPFLAGS+=	`${SDL_CONFIG} --cflags`
 LDFLAGS+=	`${SDL_CONFIG} --libs`
 
-MAN6=		torrent.6
+PLIST_FILES=	bin/${PORTNAME} man/man6/torrent.6.gz
+PORTDATA=	*
 
-NO_STAGE=	yes
 post-extract:
 	@${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \
 		${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//'



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