summaryrefslogtreecommitdiff
path: root/mail/poppassd
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-16 06:57:37 +0000
committerjlam <jlam@pkgsrc.org>2005-06-16 06:57:37 +0000
commit9e5a580c7cd0c897aef81fa796765bd0f8c4e40a (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /mail/poppassd
parent323657664ad8840f199ea99af8583f369bbe9dad (diff)
downloadpkgsrc-9e5a580c7cd0c897aef81fa796765bd0f8c4e40a.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'mail/poppassd')
-rw-r--r--mail/poppassd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile
index 3539bdcd287..2971ff9e17a 100644
--- a/mail/poppassd/Makefile
+++ b/mail/poppassd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/06/15 05:26:20 taca Exp $
+# $NetBSD: Makefile,v 1.20 2005/06/16 06:58:03 jlam Exp $
#
DISTNAME= qpopper${VERSION}
@@ -23,6 +23,8 @@ MAKE_ENV+= ROOT_USER=${ROOT_USER} ROOT_GROUP=${ROOT_GROUP}
.include "options.mk"
+INSTALLATION_DIRS= man/man8 share/doc
+
do-build:
.for DIR in common password
cd ${WRKSRC}/${DIR}; ${SETENV} ${MAKE_ENV} \