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. --- textproc/jdom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/jdom') diff --git a/textproc/jdom/Makefile b/textproc/jdom/Makefile index 63a289b2367..babcf17ee48 100644 --- a/textproc/jdom/Makefile +++ b/textproc/jdom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/10/19 11:07:34 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2008/02/28 11:58:49 rillig Exp $ # DISTNAME= jdom-1.0 @@ -13,7 +13,7 @@ COMMENT= Simple API for processing XML documents in Java BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip USE_LANGUAGES= # only Java -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes do-build: cd ${WRKSRC}/src/java && ${LOCALBASE}/bin/zip -r ${WRKSRC}/jdom-src.zip org -- cgit v1.2.3