diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 9e5a580c7cd0c897aef81fa796765bd0f8c4e40a (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /mail/cucipop | |
parent | 323657664ad8840f199ea99af8583f369bbe9dad (diff) | |
download | pkgsrc-9e5a580c7cd0c897aef81fa796765bd0f8c4e40a.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'mail/cucipop')
-rw-r--r-- | mail/cucipop/Makefile | 3 |
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 \ |