From b32b7657bb3ff910b6071c84fa0f25c1e9be6915 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 28 Feb 2008 11:58:47 +0000 Subject: Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, to shut up the pkglint warnings. --- converters/autoconvert/Makefile | 4 ++-- converters/cn2jp/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'converters') diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile index 06c83cba8b8..61d711f7b8b 100644 --- a/converters/autoconvert/Makefile +++ b/converters/autoconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/10/10 10:29:27 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/02/28 11:58:47 rillig Exp $ DISTNAME= autoconvert-0.3.13 PKGREVISION= 2 @@ -11,7 +11,7 @@ COMMENT= Intelligent Chinese encoding converter USE_LIBTOOL= yes USE_TOOLS+= gmake -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/autoconvert 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 -- cgit v1.2.3