diff options
author | cube <cube@pkgsrc.org> | 2004-01-09 23:09:44 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-01-09 23:09:44 +0000 |
commit | 8329137b8b9a1a9743b51f3c60da2ecf6edf0ceb (patch) | |
tree | 917355cbd3a96c338296142d355ac0f3a40fc8d4 /x11 | |
parent | ac10be918021890a496153f5e555ac3aa9982e7d (diff) | |
download | pkgsrc-8329137b8b9a1a9743b51f3c60da2ecf6edf0ceb.tar.gz |
wip -> wm
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ion-dock/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/ion-dock/Makefile b/x11/ion-dock/Makefile index 16d5850b033..7d656e53530 100644 --- a/x11/ion-dock/Makefile +++ b/x11/ion-dock/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/09 23:06:48 cube Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/09 23:09:44 cube Exp $ # DISTNAME= ion-devel-dock-20031221 PKGNAME= ${DISTNAME:S/-devel//} -CATEGORIES= x11 +CATEGORIES= x11 wm MASTER_SITES= http://www.dsv.su.se/~pelle/ion-dock/ EXTRACT_SUFX= .tar.bz2 @@ -23,5 +23,5 @@ PKG_SYSCONFSUBDIR= ion CONF_FILES= ${ION_EX_DIR}/dock.lua ${PKG_SYSCONFDIR}/dock.lua \ ${ION_EX_DIR}/dock-draw.lua ${PKG_SYSCONFDIR}/dock-draw.lua -.include "../../wip/ion-devel/buildlink2.mk" +.include "../../wm/ion-devel/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |