diff options
author | cube <cube> | 2004-01-09 23:09:44 +0000 |
---|---|---|
committer | cube <cube> | 2004-01-09 23:09:44 +0000 |
commit | 8d44ab71cf92043c683afea7c7123275938c7250 (patch) | |
tree | 917355cbd3a96c338296142d355ac0f3a40fc8d4 | |
parent | a9d7551bae10e690d04b8049414b9a1974ffd00c (diff) | |
download | pkgsrc-8d44ab71cf92043c683afea7c7123275938c7250.tar.gz |
wip -> wm
-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" |