pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bacula Use INSTALL_DATA_DIR instead of MKDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7609080e505
branches:  trunk
changeset: 501027:a7609080e505
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 16 11:59:35 2005 +0000

description:
Use INSTALL_DATA_DIR instead of MKDIR.

diffstat:

 sysutils/bacula/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 56845824e2d2 -r a7609080e505 sysutils/bacula/Makefile.common
--- a/sysutils/bacula/Makefile.common   Sun Oct 16 11:41:06 2005 +0000
+++ b/sysutils/bacula/Makefile.common   Sun Oct 16 11:59:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2005/10/14 15:44:51 wiz Exp $
+# $NetBSD: Makefile.common,v 1.12 2005/10/16 11:59:35 wiz Exp $
 #
 
 DISTNAME=              bacula-1.36.3
@@ -76,7 +76,7 @@
 RCD_SCRIPTS=   bacula bacula-dir bacula-sd bacula-fd
 
 pre-install:
-       ${MKDIR} ${EXAMPLESDIR}
+       ${INSTALL_DATA_DIR} ${EXAMPLESDIR}
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/tcp_wrappers/buildlink3.mk"



Home | Main Index | Thread Index | Old Index