diff options
author | markd <markd> | 2008-05-06 23:47:06 +0000 |
---|---|---|
committer | markd <markd> | 2008-05-06 23:47:06 +0000 |
commit | 0c84ea5dc99e418db33554279b16a16c40075956 (patch) | |
tree | 10d2add148489a1cb56227418bad9a69c5e59e09 /games/ggz-client-libs | |
parent | 00d7cb88727c15e0ae0f7cc30c16f00ef09fa08b (diff) | |
download | pkgsrc-0c84ea5dc99e418db33554279b16a16c40075956.tar.gz |
Add an initially empty ${PKG_SYSCONFDIR}/ggz.modules. Various other GGZ
aware packages will update it.
Diffstat (limited to 'games/ggz-client-libs')
-rw-r--r-- | games/ggz-client-libs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile index ae1792ffdb4..1c00848733a 100644 --- a/games/ggz-client-libs/Makefile +++ b/games/ggz-client-libs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/04/26 13:38:15 markd Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/06 23:47:06 markd Exp $ # DISTNAME= ggz-client-libs-0.0.14.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/ @@ -22,6 +22,7 @@ CONF_FILES+= ${PREFIX}/share/examples/ggz-client-libs/ggz.menu \ ${PKG_SYSCONFDIR}/xdg/menus/ggz.menu CONF_FILES+= ${PREFIX}/share/examples/ggz-client-libs/ggz.merge.menu \ ${PKG_SYSCONFDIR}/xdg/menus/ggz.merge.menu +CONF_FILES+= /dev/null ${PKG_SYSCONFDIR}/ggz.modules .include "../../games/libggz/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" |