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 | 2a37de7d11d8e6128dc59f6ecaef293a5d3c407c (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /converters/cn2jp | |
parent | 80bb59e08c4ff1b56f6274837af80f5989279e8a (diff) | |
download | pkgsrc-2a37de7d11d8e6128dc59f6ecaef293a5d3c407c.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'converters/cn2jp')
-rw-r--r-- | converters/cn2jp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/cn2jp/Makefile b/converters/cn2jp/Makefile index 22f5ed13b69..d08cdba03e0 100644 --- a/converters/cn2jp/Makefile +++ b/converters/cn2jp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/10/10 10:30:44 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2008/02/28 11:58:47 rillig Exp $ DISTNAME= cn2jp1.4b PKGNAME= cn2jp-1.4b @@ -16,7 +16,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake NO_CONFIGURE= yes -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cn2jp |