diff options
author | reed <reed@pkgsrc.org> | 2005-04-01 03:00:17 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-04-01 03:00:17 +0000 |
commit | 507fc7351ab104af77beac6bff1c5b509a1a9d38 (patch) | |
tree | cb84813c5c99b22abe0430c7b3e85b8a543532d5 | |
parent | 9fbd7c3f0cab7cc4f32117fa7ad9b32aa9b03ed2 (diff) | |
download | pkgsrc-507fc7351ab104af77beac6bff1c5b509a1a9d38.tar.gz |
Pre-create directories.
I noticed my pkg/include was the plain-text liboe.h file.
-rw-r--r-- | mail/oe2mbx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/oe2mbx/Makefile b/mail/oe2mbx/Makefile index 110eb6e21b5..90503856635 100644 --- a/mail/oe2mbx/Makefile +++ b/mail/oe2mbx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/02/05 16:27:39 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/01 03:00:17 reed Exp $ # DISTNAME= oe2mbx-1.21 @@ -17,6 +17,7 @@ MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" BUILD_TARGET= liboe oe2mbx +INSTALLATION_DIRS= bin lib include pre-build: cd ${WRKSRC} && ${MAKE_PROGRAM} clean |