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