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 | 2373794000e11053356d5c3dd0c3d4e0ca2d678b (patch) | |
tree | cb84813c5c99b22abe0430c7b3e85b8a543532d5 /mail/oe2mbx | |
parent | 010b7dff3de927730b27d0c70f98ce9d82329b5e (diff) | |
download | pkgsrc-2373794000e11053356d5c3dd0c3d4e0ca2d678b.tar.gz |
Pre-create directories.
I noticed my pkg/include was the plain-text liboe.h file.
Diffstat (limited to 'mail/oe2mbx')
-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 |