From 4eedf46f13f54f52b57bb41f46fa1156773cfe5b Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 16 Jun 2005 06:57:37 +0000 Subject: Create directories before installing files into them. --- graphics/py-gdchart/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/py-gdchart') 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} -- cgit v1.2.3