summaryrefslogtreecommitdiffstats
path: root/print/virtualpaper
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committermharo <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitc703665fd61c774a392a6785e6b1c49569072bf1 (patch)
treefadaf059519c61c85fed9e8be59d5c262720f5d3 /print/virtualpaper
parentb6234e33d2dcb7767ac29adb112187db9036c665 (diff)
downloadFreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.zip
FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'print/virtualpaper')
-rw-r--r--print/virtualpaper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile
index a8db73f..75e2c59 100644
--- a/print/virtualpaper/Makefile
+++ b/print/virtualpaper/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 June 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.10 1998/10/13 01:17:27 jseger Exp $
+# $Id: Makefile,v 1.11 1999/08/22 18:59:48 mharo Exp $
#
DISTNAME= virtualpaper-1.4
@@ -28,7 +28,7 @@ do-build:
@cd ${WRKSRC}/editlectern; m3build
do-install:
- @echo "Installing files"
+ @${ECHO_MSG} "Installing files"
@cd ${WRKSRC}; \
${INSTALL_PROGRAM} \
lecternclient/FreeBSD2/LecternClient \
@@ -53,7 +53,7 @@ do-install:
${CHMOD} 755 ${PREFIX}/share/virtualpaper; \
fi; \
${INSTALL_DATA} COPYRIGHT ${PREFIX}/share/virtualpaper
- @echo "Stripping programs"
+ @${ECHO_MSG} "Stripping programs"
@cd ${PREFIX}/bin; \
strip LecternClient Lectern BuildLectern EditLectern
OpenPOWER on IntegriCloud