pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files/doc Quoting bugfix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b76063df8c09
branches:  trunk
changeset: 508868:b76063df8c09
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Feb 27 02:01:04 2006 +0000

description:
Quoting bugfix.

diffstat:

 pkgtools/pkglint/files/doc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r e538c353c7ca -r b76063df8c09 pkgtools/pkglint/files/doc/Makefile
--- a/pkgtools/pkglint/files/doc/Makefile       Mon Feb 27 01:46:07 2006 +0000
+++ b/pkgtools/pkglint/files/doc/Makefile       Mon Feb 27 02:01:04 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2006/02/26 23:38:07 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2006/02/27 02:01:04 rillig Exp $
 #
 
 XMLDOCS+=      pkglint.xml
@@ -23,4 +23,4 @@
 
 .SUFFIXES: .dia .png
 .dia.png:
-       dia -e ${.TARGET:Q} -t png ${.IMPSRC}
+       dia -e ${.TARGET:Q} -t png ${.IMPSRC:Q}



Home | Main Index | Thread Index | Old Index