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 | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /mail/mimedefang/Makefile | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'mail/mimedefang/Makefile')
-rw-r--r-- | mail/mimedefang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index e3808f9aa88..e66f2b5f78a 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/06/05 22:31:34 markd Exp $ +# $NetBSD: Makefile,v 1.24 2005/06/16 06:58:03 jlam Exp $ DISTNAME= mimedefang-2.52 CATEGORIES= mail @@ -63,6 +63,7 @@ CONFIGURE_ENV+= NAI=${PREFIX}/bin/uvscan # Doesn't work with pth PTHREAD_OPTS+= require native +INSTALLATION_DIRS= bin man/man5 man/man7 man/man8 do-install: ${INSTALL_DATA_DIR} ${PKG_SYSCONFDIR} ${INSTALL_DATA_DIR} ${EGDIR} |