summaryrefslogtreecommitdiff
path: root/net/netatalk-asun
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /net/netatalk-asun
parentUpdate to version 0.9.48 (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21034
Diffstat (limited to 'net/netatalk-asun')
-rw-r--r--net/netatalk-asun/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/netatalk-asun/Makefile b/net/netatalk-asun/Makefile
index 782d23bcadc9..3bd124cdc9a7 100644
--- a/net/netatalk-asun/Makefile
+++ b/net/netatalk-asun/Makefile
@@ -3,7 +3,7 @@
# Date created: 07 Sep 1998
# Whom: stb@freebsd.org
#
-# $Id: Makefile,v 1.7 1999/05/17 08:17:57 stb Exp $
+# $Id: Makefile,v 1.8 1999/06/21 12:43:07 sheldonh Exp $
#
DISTNAME= netatalk-1.4b2+asun2.1.3
@@ -37,15 +37,15 @@ pre-build:
## sendfile(2) support seems to be broken in this version, but go ahead an try
## to fix it!
.if defined(USE_SENDFILE) && ${OSVERSION} < 310000
- @echo "*** sendfile(2) support is available only with FreeBSD 3.1-RELEASE"
- @echo " or newer. This port probably won't compile."
+ @${ECHO_MSG} "*** sendfile(2) support is available only with FreeBSD 3.1-RELEASE"
+ @${ECHO_MSG} " or newer. This port probably won't compile."
.endif
.if ${OSVERSION} >= 310000
.if defined(USE_SENDFILE)
- @echo "*** sendfile(2) support is experimental and will likely cause"
- @echo " undesired behaviour!"
+ @${ECHO_MSG} "*** sendfile(2) support is experimental and will likely cause"
+ @${ECHO_MSG} " undesired behaviour!"
.else
-# @echo "*** Use -DUSE_SENDFILE to enable the experimental sendfile(2) support."
+# @${ECHO_MSG} "*** Use -DUSE_SENDFILE to enable the experimental sendfile(2) support."
.endif
.endif