From 9f6335a1203dd6d04f5f9baea4cdd5919ab6c8d3 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/cvsup/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/cvsup') diff --git a/devel/cvsup/Makefile.common b/devel/cvsup/Makefile.common index a5db0eac19c..5c09ae52ab3 100644 --- a/devel/cvsup/Makefile.common +++ b/devel/cvsup/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2007/09/29 12:38:54 rillig Exp $ +# $NetBSD: Makefile.common,v 1.12 2008/02/28 11:58:48 rillig Exp $ DISTNAME= cvsup-snap-16.1h CATEGORIES= devel net scm @@ -40,7 +40,7 @@ M3FLAGS+= -DSTATIC STATIC= -static .endif -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes EGDIR= ${PREFIX}/share/examples/cvsup -- cgit v1.2.3