diff options
author | obache <obache@pkgsrc.org> | 2008-05-31 15:05:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-05-31 15:05:40 +0000 |
commit | 81a96714f73529d53a2d21dd7580fc9e0178071f (patch) | |
tree | 42bac3017c0ed0e193aaefecb93e4d37bed6a3de /mail | |
parent | 61a819b113e835a55e67a63bebdadf702273a240 (diff) | |
download | pkgsrc-81a96714f73529d53a2d21dd7580fc9e0178071f.tar.gz |
Strip CR in some files.
Should fix build failure on Solaris.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libsieve/Makefile | 7 |
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" |