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 /print/rlpr | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) | |
download | ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.gz ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.zip |
Notes
Diffstat (limited to 'print/rlpr')
-rw-r--r-- | print/rlpr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 56fdd70ddeb6..eeb6a2942a96 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -3,7 +3,7 @@ # Date created: 11 April 1999 # Whom: Mikhail Teterin # -# $Id: Makefile,v 1.2 1999/05/12 21:31:19 asami Exp $ +# $Id: Makefile,v 1.3 1999/08/22 18:59:46 mharo Exp $ DISTNAME= rlpr-2.00 CATEGORIES= print net @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-catgets RLPRRC= ${WRKSRC}/src/rlprrc.h post-patch: - @echo "Replacing references to /etc/rlprrc to ${PREFIX}/etc/rlprrc" + @${ECHO_MSG} "Replacing references to /etc/rlprrc to ${PREFIX}/etc/rlprrc" @test -e ${RLPRRC}.orig || ${MV} ${RLPRRC} ${RLPRRC}.orig && \ ${SED} s%/etc/%${PREFIX}/etc/% ${RLPRRC}.orig > ${RLPRRC} @for man in `${GREP} -l /etc/rlprrc ${WRKSRC}/man/*.[0-9n]`; do \ @@ -31,8 +31,8 @@ post-patch: done post-install: - @echo "Making the installed binaries suid,\ - for the remote lpds to talk to them" + @${ECHO_MSG} "Making the installed binaries suid,\ + for the remote lpds to talk to them" ${CHMOD} u+s ${PREFIX}/bin/rlpq ${PREFIX}/bin/rlpr ${PREFIX}/bin/rlprm MAN1= rlpr.1 rlpq.1 rlprm.1 |