diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
commit | e9c34f4c34b0640b3613f03cd96e9f19730b2a07 (patch) | |
tree | ef2b2b24dfacf6def95c54d3379c421565b1fe2b /games/pairs/Makefile | |
parent | 4dc7ccc95d370549c7c9c7c9c253d64aa92881ae (diff) |
Notes
Diffstat (limited to 'games/pairs/Makefile')
-rw-r--r-- | games/pairs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/pairs/Makefile b/games/pairs/Makefile index 677b6595a0fb..a655f6bab0d7 100644 --- a/games/pairs/Makefile +++ b/games/pairs/Makefile @@ -4,8 +4,7 @@ PORTNAME= pairs 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 @@ -19,5 +18,4 @@ USE_QT4= declarative opengl phonon xmlpatterns \ moc_build qmake_build rcc_build uic_build USE_XZ= yes -NO_STAGE= yes .include <bsd.port.mk> |