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. --- devel/dia2code/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/dia2code') diff --git a/devel/dia2code/Makefile b/devel/dia2code/Makefile index 819794b3021..061e0630a97 100644 --- a/devel/dia2code/Makefile +++ b/devel/dia2code/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/19 12:47:47 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2008/02/28 11:58:48 rillig Exp $ # DISTNAME= dia2code-0.8.1 @@ -16,7 +16,7 @@ SUBST_STAGE.inc= post-configure SUBST_FILES.inc= Makefile */Makefile */*/Makefile */*/*/Makefile SUBST_SED.inc= -e 's:INCLUDES =:INCLUDES = -I${PREFIX}/include/libxml2/libxml :' -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dia2code/dia2code ${PREFIX}/bin -- cgit v1.2.3