pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-mimelib Fixed a double quoting which has been i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f117112cf338
branches:  trunk
changeset: 504278:f117112cf338
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Dec 08 08:24:15 2005 +0000

description:
Fixed a double quoting which has been introduced by the recent "pkglint
--autofix" change.

diffstat:

 net/py-mimelib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 7d86b3c53d22 -r f117112cf338 net/py-mimelib/Makefile
--- a/net/py-mimelib/Makefile   Thu Dec 08 08:16:01 2005 +0000
+++ b/net/py-mimelib/Makefile   Thu Dec 08 08:24:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/12/05 20:50:48 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/08 08:24:15 rillig Exp $
 #
 
 DISTNAME=      email-2.5
@@ -24,4 +24,4 @@
 .else
 NOT21= #empty
 .endif
-PLIST_SUBST+=  NOT21=${NOT21:Q}
+PLIST_SUBST+=  NOT21=${NOT21}



Home | Main Index | Thread Index | Old Index