diff options
author | mi <mi@FreeBSD.org> | 2014-06-10 07:00:54 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2014-06-10 07:00:54 +0800 |
commit | 4f64603f8dfe6d37c7d9038ba81fb8f1dcff5fe9 (patch) | |
tree | 59169688b7242d787b035b360a57c1f45296d853 /print | |
parent | 8a56dece94c678b54b8b53864c4e227fa2091a85 (diff) | |
download | freebsd-ports-gnome-4f64603f8dfe6d37c7d9038ba81fb8f1dcff5fe9.tar.gz freebsd-ports-gnome-4f64603f8dfe6d37c7d9038ba81fb8f1dcff5fe9.tar.zst freebsd-ports-gnome-4f64603f8dfe6d37c7d9038ba81fb8f1dcff5fe9.zip |
Support staging. (Still don't understand, why the MANs-knobs had to
go...)
Diffstat (limited to 'print')
-rw-r--r-- | print/rlpr/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 395b38ac5aea..662811f19841 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -17,7 +17,6 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes # rlpr supports gettext/libintl, but does not currently come with ANY # translation .po files. When this changes, it would make sense to -NO_STAGE= yes # enable the use of gettext in this port: #USES= gettext #CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lintl" @@ -32,11 +31,12 @@ post-patch: post-install: # Making the installed binaries suid,\ - for the remote lpds to talk to them" - ${CHMOD} 4555 ${PREFIX}/bin/rlpq ${PREFIX}/bin/rlpr ${PREFIX}/bin/rlprm + for the remote lpds to talk to them + ${CHMOD} 4555 ${STAGEDIR}${PREFIX}/bin/rlpq \ + ${STAGEDIR}${PREFIX}/bin/rlpr \ + ${STAGEDIR}${PREFIX}/bin/rlprm -MAN1= rlpr.1 rlpq.1 rlprm.1 -MAN5= rlprrc.5 -MAN8= rlprd.8 +PLIST_FILES+= man/man1/rlpq.1.gz man/man1/rlpr.1.gz man/man1/rlprm.1.gz \ + man/man5/rlprrc.5.gz man/man8/rlprd.8.gz .include <bsd.port.mk> |