diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /print/rlpr/Makefile | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'print/rlpr/Makefile')
-rw-r--r-- | print/rlpr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index b6ee6304a0b8..56fdd70ddeb6 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.1.1.1 1999/05/11 01:59:51 taoka Exp $ +# $Id: Makefile,v 1.2 1999/05/12 21:31:19 asami Exp $ DISTNAME= rlpr-2.00 CATEGORIES= print net @@ -33,7 +33,7 @@ post-patch: post-install: @echo "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 + ${CHMOD} u+s ${PREFIX}/bin/rlpq ${PREFIX}/bin/rlpr ${PREFIX}/bin/rlprm MAN1= rlpr.1 rlpq.1 rlprm.1 MAN5= rlprrc.5 |