summaryrefslogtreecommitdiff
path: root/sysutils/amanda-server/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-02-25 04:17:35 +0000
committerhubertf <hubertf>2001-02-25 04:17:35 +0000
commita753e3df91cdc99aabc59d87ac260acdd2edb79d (patch)
treef7733ee24f18b76cbeda1e577b4cec2485f4cf3e /sysutils/amanda-server/Makefile
parenta0e1b5390dbcf8c448cd2ce2bff91b542a46a4ef (diff)
downloadpkgsrc-a753e3df91cdc99aabc59d87ac260acdd2edb79d.tar.gz
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'sysutils/amanda-server/Makefile')
-rw-r--r--sysutils/amanda-server/Makefile6
1 files changed, 3 insertions, 3 deletions
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