svn commit: r356717 - head/print/rprint

Carlo Strub cs at FreeBSD.org
Thu Jun 5 22:15:46 UTC 2014


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 at 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 at 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>


More information about the svn-ports-head mailing list