svn commit: r434934 - in head/print/poster: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 27 12:52:58 UTC 2017


Author: amdmi3
Date: Mon Feb 27 12:52:57 2017
New Revision: 434934
URL: https://svnweb.freebsd.org/changeset/ports/434934

Log:
  - Add LICENSE
  - Fix manpage installation
  - Regenerate patches

Modified:
  head/print/poster/Makefile
  head/print/poster/files/patch-poster.c

Modified: head/print/poster/Makefile
==============================================================================
--- head/print/poster/Makefile	Mon Feb 27 12:52:17 2017	(r434933)
+++ head/print/poster/Makefile	Mon Feb 27 12:52:57 2017	(r434934)
@@ -10,6 +10,9 @@ DISTNAME=	poster
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Resize a postscript image to print on larger media and/or multiple sheets
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 ALL_TARGET=	poster
 MAKEFILE=	/dev/null
 MAKE_ENV=	LDLIBS="-lm"
@@ -19,6 +22,6 @@ PLIST_FILES=	bin/poster man/man1/poster.
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/print/poster/files/patch-poster.c
==============================================================================
--- head/print/poster/files/patch-poster.c	Mon Feb 27 12:52:17 2017	(r434933)
+++ head/print/poster/files/patch-poster.c	Mon Feb 27 12:52:57 2017	(r434934)
@@ -1,6 +1,6 @@
---- poster.c.org	Thu Apr 29 00:22:46 1999
-+++ poster.c	Sun Jan 30 00:48:11 2000
-@@ -570,7 +570,7 @@
+--- poster.c.orig	1999-04-28 15:22:46 UTC
++++ poster.c
+@@ -570,7 +570,7 @@ static int dsc_infile( double ps_bb[4])
  
  	got_bb = 0;
  	dsc_cont = inbody = gotall = level = atend = 0;


More information about the svn-ports-head mailing list