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 | 943c98f047c5764546f5da6a9616f33bced15ffb (patch) | |
tree | 787fc4f433ac85811f1e5a4547a3bb3c627f741c /math/ltm/Makefile | |
parent | 29b39cc4c3c087120a3d2a349a9ae0ef1540c755 (diff) | |
download | pkgsrc-943c98f047c5764546f5da6a9616f33bced15ffb.tar.gz |
Needs include/ pre-created.
Diffstat (limited to 'math/ltm/Makefile')
-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 |