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 /converters/uulib | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'converters/uulib')
-rw-r--r-- | converters/uulib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 2c32f65e8f3..d5d6c626fcb 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/04/11 21:45:10 tv Exp $ +# $NetBSD: Makefile,v 1.33 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= uudeview-0.5.20 @@ -26,6 +26,8 @@ DOCFILES= HISTORY doc/Makefile doc/README doc/binhex.fig \ .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= include lib man/man3 + do-install: ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/libuu.la ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/uudeview.h ${PREFIX}/include |