diff options
author | jlam <jlam> | 2001-09-12 06:08:12 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-12 06:08:12 +0000 |
commit | 29b7bc4852ff22bbf6977e49f60113a9ff00a394 (patch) | |
tree | 7423209737b1471f42866471e398120b2e348fd2 /graphics | |
parent | a13c9565e34e624ee4f81de496dd8a05bb0da7e4 (diff) | |
download | pkgsrc-29b7bc4852ff22bbf6977e49f60113a9ff00a394.tar.gz |
Manually create ${PERL5_SITELIB} prior to installing into it.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/get_ds7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/get_ds7/Makefile b/graphics/get_ds7/Makefile index cceddb6a2c4..59b9b4ba227 100644 --- a/graphics/get_ds7/Makefile +++ b/graphics/get_ds7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 15:22:21 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/12 06:08:12 jlam Exp $ # DISTNAME= get_ds7_1.2.4 @@ -24,6 +24,7 @@ post-patch: <${WRKSRC}/get_ds7 >${WRKSRC}/get_ds7.exe do-install: + ${INSTALL_DATA_DIR} ${PERL5_SITELIB} ${INSTALL_DATA} ${WRKSRC}/ds7_lib.pm ${PERL5_SITELIB} ${INSTALL_SCRIPT} ${WRKSRC}/get_ds7.exe ${PREFIX}/bin/get_ds7 ${INSTALL_DATA_DIR} ${DOCDIR} |