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. --- sysutils/same/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/same') diff --git a/sysutils/same/Makefile b/sysutils/same/Makefile index fb0685f4aeb..583637f5f30 100644 --- a/sysutils/same/Makefile +++ b/sysutils/same/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/11/28 07:28:27 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2008/02/28 11:58:49 rillig Exp $ DISTNAME= same-1.8 CATEGORIES= sysutils @@ -10,7 +10,7 @@ COMMENT= Find identical files and link(2) them to save disk space PKG_INSTALLATION_TYPES= overwrite pkgviews -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes USE_BSD_MAKEFILE= yes post-extract: -- cgit v1.2.3