From a753e3df91cdc99aabc59d87ac260acdd2edb79d Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 25 Feb 2001 04:17:35 +0000 Subject: Cleanup MKDIR usage => INSTALL_*_DIR XXX need to teach pkglint to be more picky about this --- sysutils/amanda-server/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/amanda-server') diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index f28c870af33..b436b588d9d 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/02/17 17:42:10 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/25 04:18:15 hubertf Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -26,8 +26,8 @@ CONFIGURE_ARGS+= --without-client BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR # post-install: -# ${MKDIR} ${PREFIX}/share/doc/amanda -# ${MKDIR} ${PREFIX}/share/examples/amanda +# ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/amanda +# ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/amanda # for i in ${WRKDIR}/${DISTNAME}/docs/* ; do \ # ${INSTALL_DATA} $$i ${PREFIX}/share/doc/amanda; \ # done -- cgit v1.2.3