aboutsummaryrefslogtreecommitdiff
path: root/games/emptyepsilon
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-02-06 16:42:56 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-02-06 16:42:56 +0000
commitf1f7eee9521327264a24a7c50efcc54a5ccfb72b (patch)
tree2516911c07db2934cdac6ea4809488c15469f086 /games/emptyepsilon
parent91d3de14919cba4c1ad8c5e2544758c030fa557f (diff)
downloadports-f1f7eee9521327264a24a7c50efcc54a5ccfb72b.tar.gz
ports-f1f7eee9521327264a24a7c50efcc54a5ccfb72b.zip
Here is an example of where not to use GH_TUPLE because it forces to
rewrite all the default values time and time again. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=433497
Diffstat (limited to 'games/emptyepsilon')
-rw-r--r--games/emptyepsilon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/emptyepsilon/Makefile b/games/emptyepsilon/Makefile
index 2ae24b9c571f..90ab57620635 100644
--- a/games/emptyepsilon/Makefile
+++ b/games/emptyepsilon/Makefile
@@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsfml-system.so:devel/sfml
USE_GITHUB= yes
-GH_TUPLE= daid:EmptyEpsilon:${DISTVERSIONFULL}
-GH_TUPLE+= daid:SeriousProton:${DISTVERSIONFULL}:sproton
+GH_ACCOUNT= daid
+GH_PROJECT= EmptyEpsilon SeriousProton:sproton
USES= cmake compiler:c++11-lib
USE_GL= gl glu