summaryrefslogtreecommitdiff
path: root/mail/mailsync
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 21:07:31 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 21:07:31 +0000
commitadda884d44cb88a3a470e58f81adefef66c4f3b7 (patch)
treec9dec68b64c6028a90065156103df5ec5322256c /mail/mailsync
parent0fe51336d1067daa8658086c8d91d4a9b9c92c1f (diff)
downloadpkgsrc-adda884d44cb88a3a470e58f81adefef66c4f3b7.tar.gz
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'mail/mailsync')
-rw-r--r--mail/mailsync/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mailsync/Makefile b/mail/mailsync/Makefile
index 985e25118d8..439d6f638ce 100644
--- a/mail/mailsync/Makefile
+++ b/mail/mailsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2013/02/06 23:22:45 jperkin Exp $
+# $NetBSD: Makefile,v 1.34 2013/04/06 21:07:34 rodent Exp $
#
DISTNAME= mailsync_5.2.1.orig
@@ -23,9 +23,9 @@ CONFIGURE_ARGS+= --without-krb5
SUBST_CLASSES+= conf
SUBST_STAGE.conf= pre-configure
SUBST_FILES.conf= configure doc/examples/mailsync doc/mailsync.1
-SUBST_SED.conf= -e "s|@BUILDLINK_DIR@|${BUILDLINK_DIR}|g" \
- -e "s|@SSLBASE@|${BUILDLINK_PREFIX.openssl}|g" \
- -e "s|/usr/share|${PREFIX}/share|g"
+SUBST_SED.conf= -e "s|@BUILDLINK_DIR@|${BUILDLINK_DIR}|g"
+SUBST_SED.conf+= -e "s|@SSLBASE@|${BUILDLINK_PREFIX.openssl}|g"
+SUBST_SED.conf+= -e "s|/usr/share|${PREFIX}/share|g"
SUBST_MESSAGE.conf= Fixing configure script.
DOCS= COPYING NEWS README THANKS TODO doc/ABSTRACT doc/HACKING