svn commit: r385294 - head/games/tetrons

Antoine Brodin antoine at FreeBSD.org
Sun May 3 17:45:36 UTC 2015


Author: antoine
Date: Sun May  3 17:45:35 2015
New Revision: 385294
URL: https://svnweb.freebsd.org/changeset/ports/385294

Log:
  Allow staging as a regular user

Modified:
  head/games/tetrons/Makefile

Modified: head/games/tetrons/Makefile
==============================================================================
--- head/games/tetrons/Makefile	Sun May  3 17:44:12 2015	(r385293)
+++ head/games/tetrons/Makefile	Sun May  3 17:45:35 2015	(r385294)
@@ -9,9 +9,8 @@ MASTER_SITES=	http://www.mammothcheese.c
 MAINTAINER=	jimmy at mammothcheese.ca
 COMMENT=	Tetris(TM) clone for X11
 
-MAKE_ARGS+=	-DRANDOM
-
-MAKE_ENV=	X11BASE=${LOCALBASE}
+MAKE_ENV=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+		X11BASE=${LOCALBASE}
 USE_XORG=	x11 xext xi
 PLIST_FILES=	bin/tetrons
 


More information about the svn-ports-all mailing list