Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2015 08:20:14 +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: r386056 - head/print/ttf2pt1
Message-ID:  <201505110820.t4B8KEYl098980@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 11 08:20:14 2015
New Revision: 386056
URL: https://svnweb.freebsd.org/changeset/ports/386056

Log:
  - Add LICENSE
  - Strip binary

Modified:
  head/print/ttf2pt1/Makefile

Modified: head/print/ttf2pt1/Makefile
==============================================================================
--- head/print/ttf2pt1/Makefile	Mon May 11 08:10:50 2015	(r386055)
+++ head/print/ttf2pt1/Makefile	Mon May 11 08:20:14 2015	(r386056)
@@ -3,13 +3,16 @@
 
 PORTNAME=	ttf2pt1
 PORTVERSION=	3.4.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	print
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	True Type Font to Postscript Type 1 Converter
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	t1asm:${PORTSDIR}/print/t1utils
 
@@ -36,6 +39,7 @@ LIBS+=		`pkg-config --libs freetype2` \
 		-L${LOCALBASE}/lib -lm
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ttf2pt1
 	@${SED} -i '' 's,${STAGEDIR},,' ${STAGEDIR}${PREFIX}/bin/ttf2pt1_convert \
 		${STAGEDIR}${PREFIX}/man/man1/ttf2pt1_x2gs.1 \
 		${STAGEDIR}${PREFIX}/man/man1/ttf2pt1.1 \



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