diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-27 09:05:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-27 09:05:23 +0000 |
commit | d5c62f895ee176ef2397fa39f814685bda6e6df5 (patch) | |
tree | a5aeb1fd90957af464fd73f49ac147098c38ad73 /games | |
parent | 0dec9ab67b8357a341b0a525bd433ca6c10d6e5f (diff) | |
download | ports-d5c62f895ee176ef2397fa39f814685bda6e6df5.tar.gz ports-d5c62f895ee176ef2397fa39f814685bda6e6df5.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/wmminichess/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/wmminichess/Makefile b/games/wmminichess/Makefile index 79dbad4c702e..744aee364a4f 100644 --- a/games/wmminichess/Makefile +++ b/games/wmminichess/Makefile @@ -5,15 +5,13 @@ PORTNAME= wmminichess PORTVERSION= 0.8 PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ +MASTER_SITES= AFTERSTEP/apps/miniCHESS/ \ + http://tigr.net/afterstep/download/miniCHESS/ DISTNAME= miniCHESS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker chess dockapp game -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-07 - LICENSE= GPLv2 # (or later) RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess |