diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-03-08 21:27:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-03-08 21:27:26 +0800 |
commit | c446a810cc27671be882f3a28e6558a6af297a4b (patch) | |
tree | db15fc6647b8a62f7b0cb3b2a23459fe7cf9a7d7 /games | |
parent | 17927c16b968b1ac4c616d2b3b3eeec32126a7fa (diff) | |
download | freebsd-ports-gnome-c446a810cc27671be882f3a28e6558a6af297a4b.tar.gz freebsd-ports-gnome-c446a810cc27671be882f3a28e6558a6af297a4b.tar.zst freebsd-ports-gnome-c446a810cc27671be882f3a28e6558a6af297a4b.zip |
- This is now fetchable again
- Pacify portlint
PR: 94209
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (erwin)
Diffstat (limited to 'games')
-rw-r--r-- | games/kcheckers/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/kcheckers/Makefile b/games/kcheckers/Makefile index 308466cb56fc..cf6686e66c40 100644 --- a/games/kcheckers/Makefile +++ b/games/kcheckers/Makefile @@ -8,7 +8,7 @@ PORTNAME= kcheckers PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://wibix.de/aw_downloads/kcheckers/ +MASTER_SITES= http://wibix.de/infusions/pro_download_panel/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Qt version of the classic boardgame checkers @@ -16,7 +16,6 @@ COMMENT= Qt version of the classic boardgame checkers BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_QT_VER= 3 -USE_REINPLACE= yes MAKE_ENV= QTDIR="${QT_PREFIX}" PLIST_FILES= bin/kcheckers %%DATADIR%%/kcheckers.pdn |