diff options
author | tron <tron@pkgsrc.org> | 2009-07-09 09:19:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-07-09 09:19:03 +0000 |
commit | 923106cc8160a4e746739a470f1e482f062c9c42 (patch) | |
tree | 6a43ab53aa850d16e40be4c8bc7116d901eba835 /math | |
parent | f872d35f9a5ef32cec20b1c98cace2b8872ad2ac (diff) | |
download | pkgsrc-923106cc8160a4e746739a470f1e482f062c9c42.tar.gz |
Add "lib" to the list of installation directories.
Diffstat (limited to 'math')
-rw-r--r-- | math/tasp-vsipl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/tasp-vsipl/Makefile b/math/tasp-vsipl/Makefile index f227e72cac6..a7e6a3a4b12 100644 --- a/math/tasp-vsipl/Makefile +++ b/math/tasp-vsipl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/07/07 23:14:12 he Exp $ +# $NetBSD: Makefile,v 1.13 2009/07/09 09:19:03 tron Exp $ DISTNAME= tvcpp0p8 PKGNAME= tasp-vsipl-20030710 @@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/lib DIST_SUBDIR= tasp-vsipl INSTALLATION_DIRS+= include +INSTALLATION_DIRS+= lib INSTALLATION_DIRS+= share/doc/tasp-vsipl post-extract: |