diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-08 13:27:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-08 13:27:26 +0000 |
commit | 978d09e905da368692e469d662599b4bf6b9559a (patch) | |
tree | 6ecdc5447e9ceec4545b5d5b3a7e2dd8652993c8 /games | |
parent | c0b0697c9671d8d29b7db8eeeb80bf7c219c6ec6 (diff) | |
download | ports-978d09e905da368692e469d662599b4bf6b9559a.tar.gz ports-978d09e905da368692e469d662599b4bf6b9559a.zip |
- This is now fetchable again
- Pacify portlint
PR: 94209
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=157040
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 |