diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-06 21:12:23 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-06 21:12:23 +0000 |
commit | 093d8bd28559056638468a6ff12d00e896da1d58 (patch) | |
tree | f44133cfe6623e10f74bc84396c6139e41634fff /games/gshisen | |
parent | d60d88b127780ca38cf6d9a88bce6c683e9b981b (diff) | |
download | FreeBSD-ports-093d8bd28559056638468a6ff12d00e896da1d58.zip FreeBSD-ports-093d8bd28559056638468a6ff12d00e896da1d58.tar.gz |
- Fix MASTER_SITES
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 cf4f60e..931e398 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 |