diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-06 21:12:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-06 21:12:23 +0000 |
commit | 72d5124b15229f546a624bbfef8a5cc5bec254d1 (patch) | |
tree | 0db726ecc0ca21ed0f511603f32c0609f42d3d5d /games/gshisen | |
parent | c5396a539582696e773d621e421e9dce64eb2064 (diff) | |
download | ports-72d5124b15229f546a624bbfef8a5cc5bec254d1.tar.gz ports-72d5124b15229f546a624bbfef8a5cc5bec254d1.zip |
Notes
Diffstat (limited to 'games/gshisen')
-rw-r--r-- | games/gshisen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index cf4f60ee7377..931e39817c17 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -9,7 +9,9 @@ PORTNAME= gshisen PORTVERSION= 1.1 CATEGORIES= games # not up to date: http://www.gnustep.it/enrico/gshisen/ -MASTER_SITES= http://www.imago.ro/gshisen/ +MASTER_SITES= http://www.imago.ro/gshisen/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= Mahjongg-kind of game that uses the GNUstep toolkit |