From f42766a29dc69704983c84004276d4d2bb0e87be Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 4 Jul 2006 09:31:09 +0000 Subject: Fixed pkglint warnings. --- textproc/db2latex/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc') diff --git a/textproc/db2latex/Makefile b/textproc/db2latex/Makefile index 454510a5c4d..4685cbeac31 100644 --- a/textproc/db2latex/Makefile +++ b/textproc/db2latex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/13 22:26:32 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/04 09:31:09 rillig Exp $ DISTNAME= db2latex-xsl-0.8pre1 PKGNAME= ${DISTNAME:S/xsl-//} @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews NO_CONFIGURE= yes NO_BUILD= yes -USE_LANGUAGE= # empty +USE_LANGUAGES= # none DOCDIR= ${PREFIX}/share/doc/db2latex XSLDIR= ${PREFIX}/share/xsl/db2latex @@ -25,7 +25,7 @@ XML_ENTRIES= rewriteURI http://db2latex.sourceforge.net/xsl/ \ .include "../../textproc/xmlcatmgr/catalogs.mk" post-extract: - cd ${WRKSRC} && ${FIND} . -name "*\**" -exec ${RM} {} \; + cd ${WRKSRC} && ${FIND} . -name "*\\**" -exec ${RM} {} \; pre-install: ${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \; -- cgit v1.2.3