summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2005-05-31 22:08:17 +0000
committerwiz <wiz>2005-05-31 22:08:17 +0000
commit7c265306a6e16f8a1eb75cb8e8c4d2a24b78ceb4 (patch)
tree1356bc158411f7a9f3f728e2d413b0ef468861f4
parentc9b79075618c1fd69d456267454081d6b4b7c4ef (diff)
downloadpkgsrc-7c265306a6e16f8a1eb75cb8e8c4d2a24b78ceb4.tar.gz
Use INSTALL_DATA_DIR instead of MKDIR.
-rw-r--r--x11/controlcenter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile
index 792a29d5b2c..695e3c05586 100644
--- a/x11/controlcenter/Makefile
+++ b/x11/controlcenter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2005/05/22 20:08:46 jlam Exp $
+# $NetBSD: Makefile,v 1.69 2005/05/31 22:08:17 wiz Exp $
DISTNAME= control-center-1.4.0.4
PKGREVISION= 10
@@ -34,7 +34,7 @@ post-patch:
@${ECHO} >>${WRKSRC}/control-center/cappletConf.sh.in ""
post-install:
- ${MKDIR} ${PREFIX}/share/control-center/capplets
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/control-center/capplets
.include "../../devel/popt/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"