From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 22:15:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC9FCF24; Thu, 5 Jun 2014 22:15:45 +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 CA58F2101; Thu, 5 Jun 2014 22:15:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55MFj3O016922; Thu, 5 Jun 2014 22:15:45 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55MFjRt016921; Thu, 5 Jun 2014 22:15:45 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201406052215.s55MFjRt016921@svn.freebsd.org> From: Carlo Strub Date: Thu, 5 Jun 2014 22:15:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356717 - head/print/rprint 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: Thu, 05 Jun 2014 22:15:46 -0000 Author: cs Date: Thu Jun 5 22:15:45 2014 New Revision: 356717 URL: http://svnweb.freebsd.org/changeset/ports/356717 QAT: https://qat.redports.org/buildarchive/r356717/ Log: - Support Staging - Add LICENSE PR: 190503 Submitted by: kheuer@gwdg.de (maintainer) Modified: head/print/rprint/Makefile Modified: head/print/rprint/Makefile ============================================================================== --- head/print/rprint/Makefile Thu Jun 5 22:07:46 2014 (r356716) +++ head/print/rprint/Makefile Thu Jun 5 22:15:45 2014 (r356717) @@ -10,12 +10,16 @@ MASTER_SITES= ftp://gwdu111.gwdg.de/pub/ MAINTAINER= kheuer@gwdg.de COMMENT= Remote printing utility using a raw bidirectional tcp connection -MAN1= rprint.1 +LICENSE= BSD4CLAUSE + MANCOMPRESSED= yes -PLIST_FILES= bin/rprint +PLIST_FILES= bin/rprint man/man1/rprint.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/rprint ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/rprint.1.gz ${STAGEDIR}${PREFIX}/man/man1 + .include