Date: Thu, 5 Jun 2014 22:15:45 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356717 - head/print/rprint Message-ID: <201406052215.s55MFjRt016921@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406052215.s55MFjRt016921>