diff options
author | wiz <wiz> | 2005-10-16 11:59:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-16 11:59:35 +0000 |
commit | bb9f862b405868438e48779fe6c44e3fa1710de6 (patch) | |
tree | 5bd83fc016d67b414d3b37ee22894facbdfec051 | |
parent | bdeca86822e6b5eb18f40de95f118e91eea5011f (diff) | |
download | pkgsrc-bb9f862b405868438e48779fe6c44e3fa1710de6.tar.gz |
Use INSTALL_DATA_DIR instead of MKDIR.
-rw-r--r-- | sysutils/bacula/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common index 90a256b233c..d945c7cc9c8 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -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 @@ CONF_FILES+= ${EXAMPLESDIR}/bconsole.conf ${PKG_SYSCONFDIR}/bconsole.conf 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" |