diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-02 22:30:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-02 22:30:35 +0000 |
commit | 2335b740ec7feb2ff530af11874ed4b3fb6857a7 (patch) | |
tree | 787fc4f433ac85811f1e5a4547a3bb3c627f741c /math/ltm | |
parent | 849bc2247ae4959738417d58f27f51e4340b2daa (diff) | |
download | pkgsrc-2335b740ec7feb2ff530af11874ed4b3fb6857a7.tar.gz |
Needs include/ pre-created.
Diffstat (limited to 'math/ltm')
-rw-r--r-- | math/ltm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ltm/Makefile b/math/ltm/Makefile index f663777e6b6..7cdcb222afb 100644 --- a/math/ltm/Makefile +++ b/math/ltm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/09/09 09:35:10 obache Exp $ +# $NetBSD: Makefile,v 1.10 2007/12/02 22:30:35 rillig Exp $ # DISTNAME= ltm-0.39 @@ -17,7 +17,7 @@ MAKE_FILE= makefile BUILD_TARGET= default USE_TOOLS+= gmake -INSTALLATION_DIRS= share/doc/ltm +INSTALLATION_DIRS_FROM_PLIST=yes do-install: ${INSTALL_DATA} ${WRKSRC}/tommath.h ${PREFIX}/include |