diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
commit | b32b7657bb3ff910b6071c84fa0f25c1e9be6915 (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /math/ltm | |
parent | 2509c84ade2521793e7f7ac6ef0a650cbd9cdcc0 (diff) | |
download | pkgsrc-b32b7657bb3ff910b6071c84fa0f25c1e9be6915.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
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 7cdcb222afb..e65299995bb 100644 --- a/math/ltm/Makefile +++ b/math/ltm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/12/02 22:30:35 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/02/28 11:58:48 rillig Exp $ # DISTNAME= ltm-0.39 @@ -17,7 +17,7 @@ MAKE_FILE= makefile BUILD_TARGET= default USE_TOOLS+= gmake -INSTALLATION_DIRS_FROM_PLIST=yes +AUTO_MKDIRS= yes do-install: ${INSTALL_DATA} ${WRKSRC}/tommath.h ${PREFIX}/include |