From 5fa48f1cf3cfcac16bef87de4557b5419f54983b Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 11 Apr 1997 09:39:58 +0000 Subject: [PATCH] Changed informational Echo's to a pkg/MESSAGE file so package users will get the same information as port users. --- textproc/mgdiff/Makefile | 5 ++--- textproc/mgdiff/pkg-message | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 textproc/mgdiff/pkg-message diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index 3506b7c866fe..75f8cc8af225 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -3,7 +3,7 @@ # Date created: 22 October 1996 # Whom: andreas@marvin.robin.de # -# $Id: Makefile,v 1.1.1.1 1996/11/15 11:01:25 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/17 09:06:15 obrien Exp $ # DISTNAME= mgdiff @@ -20,7 +20,6 @@ USE_IMAKE= yes post-install: @${MKDIR} ${PREFIX}/lib/X11/mgdiff @${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${PREFIX}/lib/X11/mgdiff - @${ECHO} Mgdiff comes with .xbm and .xpm files for use as window - @${ECHO} manager icons. You will find them in ${PREFIX}/lib/X11/mgdiff. + @${CAT} ${PKGDIR}/MESSAGE .include diff --git a/textproc/mgdiff/pkg-message b/textproc/mgdiff/pkg-message new file mode 100644 index 000000000000..d48d5420e37b --- /dev/null +++ b/textproc/mgdiff/pkg-message @@ -0,0 +1,3 @@ +Mgdiff comes with .xbm and .xpm files for use as window +manager icons. You will find them in ${PREFIX}/lib/X11/mgdiff. +