diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /news/trn4/Makefile | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) | |
download | freebsd-ports-gnome-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.gz freebsd-ports-gnome-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.zst freebsd-ports-gnome-b8f8618362b39a01e2225feef7d298fb22cafe2f.zip |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'news/trn4/Makefile')
-rw-r--r-- | news/trn4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile index 5e06949e6d3d..29c505db55bb 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -3,7 +3,7 @@ # Date created: 21 October 1994 # Whom: smace # -# $Id: Makefile,v 1.19 1999/02/09 17:48:55 mph Exp $ +# $Id: Makefile,v 1.20 1999/05/21 22:39:37 mph Exp $ # DISTNAME= trn4-test72 @@ -20,7 +20,7 @@ IS_INTERACTIVE= yes MAN1= trn.1 Pnews.1 Rnmail.1 pre-configure: - @echo "===> Running pre-configure target for ${DISTNAME}" + @${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}" @${SED} -e "s:__CC__:$(CC):" -e "s:__CFLAGS__:$(CFLAGS):" \ -e "s:/PREFIX:$(PREFIX):" ${SCRIPTDIR}/preconf > \ ${WRKDIR}/preconf.new |