diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /www/wn | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) | |
download | ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.gz ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.zip |
Notes
Diffstat (limited to 'www/wn')
-rw-r--r-- | www/wn/Makefile | 6 |
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; \ |