Fix installation if NO_MTREE is defined, as in the case for pkgviews.

This commit is contained in:
jlam 2004-08-10 21:49:04 +00:00
parent 88718cbf67
commit 496908393f

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2004/08/10 21:46:34 jlam Exp $
# $NetBSD: Makefile,v 1.20 2004/08/10 21:49:04 jlam Exp $
DISTNAME= mailwrapper-19990412
PKGREVISION= 4
@ -26,6 +26,8 @@ MAILWRAPPEES= /usr/bin/mailq \
/usr/sbin/sendmail /usr/lib/sendmail
FILES_SUBST+= MAILWRAPPEES=${MAILWRAPPEES:Q}
INSTALLATION_DIRS= man/cat5 man/cat8 man/man5 man/man8 sbin
do-configure:
cd ${WRKSRC}; \
for file in mailer.conf.5 mailwrapper.8 mailwrapper.c; do \