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 /graphics/urt | |
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 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index dbfb0842828..9dcc07e4e53 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2007/08/17 22:33:35 joerg Exp $ +# $NetBSD: Makefile,v 1.50 2008/02/28 11:58:48 rillig Exp $ DISTNAME= urt PKGNAME= urt-3.1b1 @@ -27,7 +27,7 @@ HAS_CONFIGURE= yes MAKE_FILE= makefile BUILD_TARGET= # the default one -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes post-extract: chmod 644 ${WRKSRC}/man/man1/rletotarga.1 |