diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-01-13 20:53:56 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-01-13 20:53:56 +0000 |
commit | ae872630e8e28d3f17190a1bf204453de0546d59 (patch) | |
tree | 8752708677f48dd98fd499728cf61f53e45c0c12 /mail/qmail | |
parent | c9139858c8efeba7f19f0dbf3982e5f35e94c169 (diff) | |
download | pkgsrc-ae872630e8e28d3f17190a1bf204453de0546d59.tar.gz |
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.
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |