summaryrefslogtreecommitdiff
path: root/mail/cucipop
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /mail/cucipop
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'mail/cucipop')
-rw-r--r--mail/cucipop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile
index 81272e25a5b..4e908ed02c7 100644
--- a/mail/cucipop/Makefile
+++ b/mail/cucipop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/06/01 14:37:31 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2005/06/16 06:58:02 jlam Exp $
#
DISTNAME= cucipop-1.31
@@ -42,6 +42,7 @@ MAKE_ENV+= CFLAGS_INET6=-DINET6
LDFLAGS.SunOS+= -lnsl -lsocket
+INSTALLATION_DIRS= man/man8 sbin
pre-configure:
@(cd ${WRKSRC}; \
for f in config.h cucipop.8 makevpopdb.8; do \