svn commit: r330575 - head/games/torrent
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Oct 16 23:59:16 UTC 2013
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 at 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:]]*$$//'
More information about the svn-ports-all
mailing list