summaryrefslogtreecommitdiff
path: root/mail/popa3d
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:48:57 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:48:57 +0000
commit897d06aa9731645e0a7fa7c315028dcdbfa3c798 (patch)
tree485cefa9621a788f5d27ac4dcab7fc6aa9843be6 /mail/popa3d
parentUse ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; (diff)
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
Notes
Notes: svn path=/head/; revision=53958
Diffstat (limited to 'mail/popa3d')
-rw-r--r--mail/popa3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile
index 5840477613c0..fb8c4dd2ee29 100644
--- a/mail/popa3d/Makefile
+++ b/mail/popa3d/Makefile
@@ -27,9 +27,9 @@ EXTRA_PATCHES+= ${FILESDIR}/pop-before-sendmail.patch
PLIST= ${WRKDIR}/.PLIST.more
pre-configure:
- @${ECHO} "%%PORTDOCS%%share/doc/popa3d/POPAUTH" >${PLIST}
+ @${ECHO_CMD} "%%PORTDOCS%%share/doc/popa3d/POPAUTH" >${PLIST}
@${CAT} ${PKGDIR}/pkg-plist >>${PLIST}
- @${ECHO} "share/sendmail/cf/hack/popauth.m4" >>${PLIST}
+ @${ECHO_CMD} "share/sendmail/cf/hack/popauth.m4" >>${PLIST}
post-patch:
@${PERL5} -pi -e "s=db1/db.h=db.h=" ${WRKSRC}/pop_root.c