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 /databases/yasql | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'databases/yasql')
-rw-r--r-- | databases/yasql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/yasql/Makefile b/databases/yasql/Makefile index 7792636ee5e..98fd12c7149 100644 --- a/databases/yasql/Makefile +++ b/databases/yasql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:16 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:44 jlam Exp $ DISTNAME= yasql-1.81 CATEGORIES= databases @@ -22,6 +22,8 @@ DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey CONF_FILES+= ${PREFIX}/share/examples/yasql/yasql.conf \ ${PKG_SYSCONFDIR}/yasql.conf +INSTALLATION_DIRS= bin man/man1 + post-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} default |