diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 21:07:31 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 21:07:31 +0000 |
commit | adda884d44cb88a3a470e58f81adefef66c4f3b7 (patch) | |
tree | c9dec68b64c6028a90065156103df5ec5322256c /mail/mailsync | |
parent | 0fe51336d1067daa8658086c8d91d4a9b9c92c1f (diff) | |
download | pkgsrc-adda884d44cb88a3a470e58f81adefef66c4f3b7.tar.gz |
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'mail/mailsync')
-rw-r--r-- | mail/mailsync/Makefile | 8 |
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 |