svn commit: r419431 - head/graphics/epstool

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 1 09:00:59 UTC 2016


Author: amdmi3
Date: Mon Aug  1 09:00:57 2016
New Revision: 419431
URL: https://svnweb.freebsd.org/changeset/ports/419431

Log:
  - Add LICENSE_FILE
  - Switch to options helpers

Modified:
  head/graphics/epstool/Makefile
  head/graphics/epstool/pkg-descr

Modified: head/graphics/epstool/Makefile
==============================================================================
--- head/graphics/epstool/Makefile	Mon Aug  1 08:35:54 2016	(r419430)
+++ head/graphics/epstool/Makefile	Mon Aug  1 09:00:57 2016	(r419431)
@@ -11,6 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Create or extract preview bitmaps in EPS files
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENCE
 
 USES=		ghostscript:run gmake
 MAKEFILE=	makefile
@@ -22,13 +23,15 @@ MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/epstool man/man1/epstool.1.gz
 
-OPTIONS_DEFINE=	DOCS
-
 PORTDOCS=	epstool.htm gsview.css
 
+OPTIONS_DEFINE=	DOCS
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/epstool ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/doc/epstool.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/epstool.htm ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/gsview.css ${STAGEDIR}${DOCSDIR}

Modified: head/graphics/epstool/pkg-descr
==============================================================================
--- head/graphics/epstool/pkg-descr	Mon Aug  1 08:35:54 2016	(r419430)
+++ head/graphics/epstool/pkg-descr	Mon Aug  1 09:00:57 2016	(r419431)
@@ -8,6 +8,4 @@ Features:
 - Create TIFF or Interchange from part of a bitmap created
   by Ghostscript.
 
-- Yuzo FURUKAWA
-
 WWW: http://www.cs.wisc.edu/~ghost/gsview/epstool.htm


More information about the svn-ports-all mailing list