From 0e51421da369508f6127e9643e65752ec21f2bf0 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. --- editors/manedit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/manedit') diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 6e4bee3a3e6..47615953809 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/01/04 23:20:56 heinz Exp $ +# $NetBSD: Makefile,v 1.31 2008/02/28 11:58:48 rillig Exp $ # DISTNAME= manedit-0.8.1 @@ -22,7 +22,7 @@ MAKE_ENV+= CPP=${CXX:Q} # The FreeBSD makefile may be used as "generic UNIX". MAKE_FILE= Makefile.FreeBSD -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/manedit ${DESTDIR}${PREFIX}/bin -- cgit v1.2.3