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 /graphics/py-gdchart/Makefile | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'graphics/py-gdchart/Makefile')
-rw-r--r-- | graphics/py-gdchart/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 4924df83c0b..1b4634e315d 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:07 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= gdchart-py-0.6 @@ -24,6 +24,8 @@ EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart PY_PATCHPLIST= yes PYBINMODULE= yes +INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///} + do-install: .for f in ${MODULE_FILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${PYSITELIB} |