diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-04 09:31:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-04 09:31:09 +0000 |
commit | f42766a29dc69704983c84004276d4d2bb0e87be (patch) | |
tree | 0199287896beaa9ea0948cccbe7e6146b96d9477 /textproc | |
parent | 6d30df6ae6641579e0511f73c83a4935fba3b89f (diff) | |
download | pkgsrc-f42766a29dc69704983c84004276d4d2bb0e87be.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/db2latex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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} {} \; |