summaryrefslogtreecommitdiff
path: root/net/py-mimelib
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-08 08:24:15 +0000
committerrillig <rillig>2005-12-08 08:24:15 +0000
commitccad6cf8ba29a5908b16311f39368305d55539d2 (patch)
tree9a454e40d2be7ce38b013f2940fad97ed144d94b /net/py-mimelib
parent844a72b75664859e1f94c4c7091143c2e5af3009 (diff)
downloadpkgsrc-ccad6cf8ba29a5908b16311f39368305d55539d2.tar.gz
Fixed a double quoting which has been introduced by the recent "pkglint
--autofix" change.
Diffstat (limited to 'net/py-mimelib')
-rw-r--r--net/py-mimelib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-mimelib/Makefile b/net/py-mimelib/Makefile
index 91e36c93bc0..003cef17e90 100644
--- a/net/py-mimelib/Makefile
+++ b/net/py-mimelib/Makefile
@@ -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 @@ NOT21= "@comment "
.else
NOT21= #empty
.endif
-PLIST_SUBST+= NOT21=${NOT21:Q}
+PLIST_SUBST+= NOT21=${NOT21}