diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /math/xldlas | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index b13c198ffd4..0db4eb371a2 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:31 tv Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/17 03:50:20 jlam Exp $ DISTNAME= xldlas-0.85 PKGREVISION= 4 @@ -17,6 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm NetBSD-*-arm32 \ WRKSRC= ${WRKDIR}/xldlas USE_X11BASE= yes +INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin |