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 | dcca0c07b580f35d3b69b0ec48d9d0e912995fac (patch) | |
tree | 42bac3017c0ed0e193aaefecb93e4d37bed6a3de /mail | |
parent | de7ccc89456ae220a2154ea0cca457c13dd4cb0f (diff) | |
download | pkgsrc-dcca0c07b580f35d3b69b0ec48d9d0e912995fac.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" |