diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-18 14:11:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-18 14:11:33 +0000 |
commit | 70e2eaabaedbfe87d4a4dca0ba22277f013db7fb (patch) | |
tree | 3e2f67c46c79873e852361923f2665554251f31b /games/chessx | |
parent | a706f57e10f2df5f3f884c7c68b1addc4c66a4aa (diff) |
Notes
Diffstat (limited to 'games/chessx')
-rw-r--r-- | games/chessx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/chessx/Makefile b/games/chessx/Makefile index 76e479a536dc..2224be0a1c19 100644 --- a/games/chessx/Makefile +++ b/games/chessx/Makefile @@ -4,7 +4,7 @@ PORTNAME= chessx PORTVERSION= 1.3.2 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= yamagi@yamagi.org COMMENT= Qt 4 chess database application |