Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2016 09:00:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419431 - head/graphics/epstool
Message-ID:  <201608010900.u7190vcR011212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608010900.u7190vcR011212>