summaryrefslogtreecommitdiff
path: root/mail/libsieve
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-05-31 15:05:40 +0000
committerobache <obache@pkgsrc.org>2008-05-31 15:05:40 +0000
commit81a96714f73529d53a2d21dd7580fc9e0178071f (patch)
tree42bac3017c0ed0e193aaefecb93e4d37bed6a3de /mail/libsieve
parent61a819b113e835a55e67a63bebdadf702273a240 (diff)
downloadpkgsrc-81a96714f73529d53a2d21dd7580fc9e0178071f.tar.gz
Strip CR in some files.
Should fix build failure on Solaris.
Diffstat (limited to 'mail/libsieve')
-rw-r--r--mail/libsieve/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/libsieve/Makefile b/mail/libsieve/Makefile
index ec282df8b65..685a19adbec 100644
--- a/mail/libsieve/Makefile
+++ b/mail/libsieve/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/12/17 11:32:57 obache Exp $
+# $NetBSD: Makefile,v 1.10 2008/05/31 15:05:40 obache Exp $
#
DISTNAME= libsieve-2.2.6
@@ -18,4 +18,9 @@ CONFIGURE_DIRS= src
PKG_DESTDIR_SUPPORT= user-destdir
+SUBST_CLASSES+= stripcr
+SUBST_STAGE.stripcr= post-extract
+SUBST_FILES.stripcr= src/sv_util/exception.*
+SUBST_FILTER_CMD.stripcr= ${TR} -d '\r'
+
.include "../../mk/bsd.pkg.mk"