summaryrefslogtreecommitdiff
path: root/mail/imap-uw
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/imap-uw
parent0fe51336d1067daa8658086c8d91d4a9b9c92c1f (diff)
downloadpkgsrc-adda884d44cb88a3a470e58f81adefef66c4f3b7.tar.gz
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'mail/imap-uw')
-rw-r--r--mail/imap-uw/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index cd5004874a2..6b294bfc7bc 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2013/02/06 23:21:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.139 2013/04/06 21:07:34 rodent Exp $
#
# ATTENTION:
# The Kerberos support in this software is known to be problematic. If you
@@ -98,20 +98,20 @@ SUBST_CLASSES+= mbox
SUBST_STAGE.mbox= do-configure
SUBST_FILES.mbox= src/osdep/unix/env_unix.c
.if defined(IMAP_USE_MAILSPOOLHOME)
-SUBST_SED.mbox= -e 's|@SPOOLDIR@|myhomedir ()|' \
- -e 's|@MAILBOX@|"${IMAP_UW_MAILSPOOLHOME}"|'
+SUBST_SED.mbox= -e 's|@SPOOLDIR@|myhomedir ()|'
+SUBST_SED.mbox+= -e 's|@MAILBOX@|"${IMAP_UW_MAILSPOOLHOME}"|'
.else
-SUBST_SED.mbox= -e 's|@SPOOLDIR@|MAILSPOOL|' \
- -e 's|@MAILBOX@|myusername ()|'
+SUBST_SED.mbox= -e 's|@SPOOLDIR@|MAILSPOOL|'
+SUBST_SED.mbox+= -e 's|@MAILBOX@|myusername ()|'
.endif
SUBST_CLASSES+= man
SUBST_STAGE.man= post-build
SUBST_FILES.man= src/imapd/imapd.8 src/ipopd/ipopd.8
-SUBST_SED.man= -e "s|/usr/etc/imapd|${PREFIX}/libexec/imapd|g" \
- -e "s|/etc/rimapd|${PREFIX}/sbin/rimapd|g" \
- -e "s|/usr/etc/ipop2d|${PREFIX}/libexec/ipop2d|g" \
- -e "s|/usr/etc/ipop3d|${PREFIX}/libexec/ipop3d|g"
+SUBST_SED.man= -e "s|/usr/etc/imapd|${PREFIX}/libexec/imapd|g"
+SUBST_SED.man+= -e "s|/etc/rimapd|${PREFIX}/sbin/rimapd|g"
+SUBST_SED.man+= -e "s|/usr/etc/ipop2d|${PREFIX}/libexec/ipop2d|g"
+SUBST_SED.man+= -e "s|/usr/etc/ipop3d|${PREFIX}/libexec/ipop3d|g"
INSTALLATION_DIRS+= bin lib libexec sbin \
${PKGMANDIR}/man1 ${PKGMANDIR}/man8