diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-31 22:12:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-31 22:12:18 +0000 |
commit | 3904b8a8fb80974682d6bb9b4097ae9d601f7336 (patch) | |
tree | 2c1c25089580d40e221b1dca15d20808dc1d4c96 /wm | |
parent | 67e948c7f5c839ce9cdc0d46fb73cc5d9f646cdd (diff) | |
download | pkgsrc-3904b8a8fb80974682d6bb9b4097ae9d601f7336.tar.gz |
Use x11/control-center (instead of x11/controlcenter).
Diffstat (limited to 'wm')
-rw-r--r-- | wm/econf/Makefile | 4 | ||||
-rw-r--r-- | wm/sawfish/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/econf/Makefile b/wm/econf/Makefile index 86e246d6e13..338075320e6 100644 --- a/wm/econf/Makefile +++ b/wm/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/05/22 20:08:43 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/05/31 22:12:18 wiz Exp $ # DISTNAME= enlightenment-conf-0.15 @@ -17,5 +17,5 @@ USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -.include "../../x11/controlcenter/buildlink3.mk" +.include "../../x11/control-center/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common index f3b98ab3b54..165b9e3f430 100644 --- a/wm/sawfish/Makefile.common +++ b/wm/sawfish/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2005/05/22 20:08:44 jlam Exp $ +# $NetBSD: Makefile.common,v 1.25 2005/05/31 22:12:18 wiz Exp $ DISTNAME= sawfish-${SF_VERS}-gtk1 SF_VERS= 1.2 @@ -21,5 +21,5 @@ PATCHDIR= ${.CURDIR}/../../wm/sawfish/patches .include "../../graphics/imlib/buildlink3.mk" .include "../../lang/librep/buildlink3.mk" -.include "../../x11/controlcenter/buildlink3.mk" +.include "../../x11/control-center/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |