diff options
author | rillig <rillig> | 2008-02-28 11:58:47 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-02-28 11:58:47 +0000 |
commit | 9f6335a1203dd6d04f5f9baea4cdd5919ab6c8d3 (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /math | |
parent | 311ed543e05c77f2873845e4b8b04c4e64cc9299 (diff) | |
download | pkgsrc-9f6335a1203dd6d04f5f9baea4cdd5919ab6c8d3.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'math')
-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 |