From 6c45454280e59b5283b793bb6b960e71ce249bd0 Mon Sep 17 00:00:00 2001 From: schmonz Date: Fri, 13 Jan 2006 20:53:56 +0000 Subject: Don't add ${DOCDIR} to MAKE_DIRS, as it's under ${PREFIX} and INSTALLATION_DIRS takes care of it. Found by Krister's bulk build with CHECK_FILES. --- mail/qmail/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail/qmail/Makefile') diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index fb7949fd8f6..0b8af5a5fc5 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/01/08 17:48:14 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2006/01/13 20:53:56 schmonz Exp $ # DISTNAME= netqmail-1.05 @@ -38,8 +38,7 @@ DJB_RESTRICTED= YES DEINSTALL_EXTRA_TMPL+= ${PKGDIR}/DEINSTALL INSTALL_EXTRA_TMPL+= ${PKGDIR}/INSTALL MAKE_DIRS+= ${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/alias -MAKE_DIRS+= ${PKG_SYSCONFDIR}/control ${DOCDIR} -MAKE_DIRS+= ${PKG_SYSCONFDIR}/users +MAKE_DIRS+= ${PKG_SYSCONFDIR}/control ${PKG_SYSCONFDIR}/users OWN_DIRS+= ${QMAILDIR} ${QMAIL_QUEUE_DIR} PKG_SYSCONFSUBDIR= qmail -- cgit v1.2.3