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/econf | |
parent | 67e948c7f5c839ce9cdc0d46fb73cc5d9f646cdd (diff) | |
download | pkgsrc-3904b8a8fb80974682d6bb9b4097ae9d601f7336.tar.gz |
Use x11/control-center (instead of x11/controlcenter).
Diffstat (limited to 'wm/econf')
-rw-r--r-- | wm/econf/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |