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. --- chat/emech/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chat/emech') diff --git a/chat/emech/Makefile b/chat/emech/Makefile index 293dd66f487..f24dd46a67f 100644 --- a/chat/emech/Makefile +++ b/chat/emech/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/03/17 14:13:23 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2008/02/28 11:58:47 rillig Exp $ # DISTNAME= emech-3.0.2 @@ -14,7 +14,7 @@ HAS_CONFIGURE= YES # when given no input. CONFIGURE_ARGS+= < /dev/null BUILD_TARGET= mech -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes post-install: ${INSTALL_PROGRAM} ${WRKSRC}/energymech ${PREFIX}/bin/mech -- cgit v1.2.3