diff options
Diffstat (limited to 'sysutils/bacula/Makefile.common')
-rw-r--r-- | sysutils/bacula/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common index 8aee85860d3..b35864a951d 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.62 2013/07/15 02:02:28 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.63 2013/11/06 16:00:05 joerg Exp $ # # used by sysutils/bacula-clientonly/Makefile # used by sysutils/bacula-tray-monitor/Makefile @@ -73,9 +73,7 @@ PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes EXAMPLESDIR= ${PREFIX}/share/examples/bacula - -pre-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${EXAMPLESDIR} +INSTALLATION_DIRS+= ${EXAMPLESDIR} .include "../../mk/readline.buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |