Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2016 03:52:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415695 - head/devel/t1lib
Message-ID:  <201605230352.u4N3qqqJ058131@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 23 03:52:52 2016
New Revision: 415695
URL: https://svnweb.freebsd.org/changeset/ports/415695

Log:
  - Add LICENSE_FILE
  - Convert to new options target helper
  - Add WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/t1lib/Makefile
  head/devel/t1lib/pkg-descr

Modified: head/devel/t1lib/Makefile
==============================================================================
--- head/devel/t1lib/Makefile	Mon May 23 03:52:47 2016	(r415694)
+++ head/devel/t1lib/Makefile	Mon May 23 03:52:52 2016	(r415695)
@@ -13,6 +13,7 @@ MAINTAINER=	freebsd@skysmurf.nl
 COMMENT=	Type 1 font rasterization library for Unix/X11
 
 LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/LGPL
 
 USES=		cpe gmake libtool
 GNU_CONFIGURE=	yes
@@ -30,7 +31,7 @@ post-patch:
 	@${REINPLACE_CMD} -e \
 		'/ALLSUBDIRS/s|$$(DOCSUBDIRS)||g' ${WRKSRC}/Makefile.in
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/t1lib_doc.pdf ${STAGEDIR}${DOCSDIR}
 

Modified: head/devel/t1lib/pkg-descr
==============================================================================
--- head/devel/t1lib/pkg-descr	Mon May 23 03:52:47 2016	(r415694)
+++ head/devel/t1lib/pkg-descr	Mon May 23 03:52:52 2016	(r415695)
@@ -4,3 +4,5 @@ are returned in a data structure with ty
 also used in the X11 window system to describe character bitmaps. It contains
 the bitmap data as well as some metric information. But t1lib is in itself
 entirely independent of the X11-system or any other graphical user interface.
+
+WWW: http://www.t1lib.org/



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