From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 23:00:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 252CFA32; Mon, 9 Jun 2014 23:00:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 131132B7F; Mon, 9 Jun 2014 23:00:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59N0sDH088282; Mon, 9 Jun 2014 23:00:54 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59N0sov088281; Mon, 9 Jun 2014 23:00:54 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201406092300.s59N0sov088281@svn.freebsd.org> From: Mikhail Teterin Date: Mon, 9 Jun 2014 23:00:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357218 - head/print/rlpr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 23:00:55 -0000 Author: mi Date: Mon Jun 9 23:00:54 2014 New Revision: 357218 URL: http://svnweb.freebsd.org/changeset/ports/357218 QAT: https://qat.redports.org/buildarchive/r357218/ Log: Support staging. (Still don't understand, why the MANs-knobs had to go...) Modified: head/print/rlpr/Makefile Modified: head/print/rlpr/Makefile ============================================================================== --- head/print/rlpr/Makefile Mon Jun 9 22:59:54 2014 (r357217) +++ head/print/rlpr/Makefile Mon Jun 9 23:00:54 2014 (r357218) @@ -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