aboutsummaryrefslogtreecommitdiff
path: root/games/ksnakeduel/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-02-18 14:23:03 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-02-18 14:23:03 +0000
commite9c34f4c34b0640b3613f03cd96e9f19730b2a07 (patch)
treeef2b2b24dfacf6def95c54d3379c421565b1fe2b /games/ksnakeduel/Makefile
parent4dc7ccc95d370549c7c9c7c9c253d64aa92881ae (diff)
downloadports-e9c34f4c34b0640b3613f03cd96e9f19730b2a07.tar.gz
ports-e9c34f4c34b0640b3613f03cd96e9f19730b2a07.zip
Notes
Diffstat (limited to 'games/ksnakeduel/Makefile')
-rw-r--r--games/ksnakeduel/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/ksnakeduel/Makefile b/games/ksnakeduel/Makefile
index cb8dd4207d00..03a26d85a87a 100644
--- a/games/ksnakeduel/Makefile
+++ b/games/ksnakeduel/Makefile
@@ -3,20 +3,16 @@
PORTNAME= ksnakeduel
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= games kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
+MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-CONFLICTS_INSTALL= kdegames-4.[0-9].*
-
USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4
USES= cmake:outsource
USE_QT4= moc_build qmake_build rcc_build uic_build
USE_XZ= yes
-NO_STAGE= yes
.include <${.CURDIR}/../kdegames4/Makefile.common>
.include <bsd.port.mk>