summaryrefslogtreecommitdiff
path: root/www/wn/Makefile
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 /www/wn/Makefile
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 '')
-rw-r--r--www/wn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile
index c1305e562094..c7a37e2a5136 100644
--- a/www/wn/Makefile
+++ b/www/wn/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 May 1995
# Whom: adam
#
-# $Id: Makefile,v 1.28 1998/12/02 09:48:36 obrien Exp $
+# $Id: Makefile,v 1.29 1999/08/22 23:33:35 mharo Exp $
#
DISTNAME= wn-1.18.6
@@ -31,7 +31,7 @@ post-install:
@install -c -o bin -g bin ${WRKSRC}/bin/authwn ${PREFIX}/wn/bin
@if [ -s ${PREFIX}/etc/wn_mime.types ]; then \
cmp -s ${PREFIX}/etc/wn_mime.types ${WRKSRC}/lib/mime.types || { \
- echo Warning: new mime.types installed as ${PREFIX}/etc/wn_mime.types-dist; \
+ ${ECHO_MSG} Warning: new mime.types installed as ${PREFIX}/etc/wn_mime.types-dist; \
install -c -o bin -g bin -m 644 ${WRKSRC}/lib/mime.types \
${PREFIX}/etc/wn_mime.types-dist; } \
else \
@@ -40,7 +40,7 @@ post-install:
fi
@if [ -s ${PREFIX}/wn/index ]; then \
cmp -s ${PREFIX}/wn/index ${WRKDIR}/index || { \
- echo Warning: new index installed as ${PREFIX}/wn/index-dist; \
+ ${ECHO_MSG} Warning: new index installed as ${PREFIX}/wn/index-dist; \
install -c -o bin -g bin -m 644 ${WRKDIR}/index ${PREFIX}/wn/index-dist; } \
else \
install -c -o bin -g bin -m 644 ${WRKDIR}/index ${PREFIX}/wn; \