Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 06:11:25 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346103 - head/print/ttf2pt1
Message-ID:  <201402260611.s1Q6BPK0042463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb 26 06:11:24 2014
New Revision: 346103
URL: http://svnweb.freebsd.org/changeset/ports/346103
QAT: https://qat.redports.org/buildarchive/r346103/

Log:
  - Stage support

Modified:
  head/print/ttf2pt1/Makefile
  head/print/ttf2pt1/pkg-plist

Modified: head/print/ttf2pt1/Makefile
==============================================================================
--- head/print/ttf2pt1/Makefile	Wed Feb 26 06:11:16 2014	(r346102)
+++ head/print/ttf2pt1/Makefile	Wed Feb 26 06:11:24 2014	(r346103)
@@ -14,9 +14,9 @@ COMMENT=	True Type Font to Postscript Ty
 LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	t1asm:${PORTSDIR}/print/t1utils
 
-USES=		pkgconfig shebangfix perl5
+USES=		pkgconfig shebangfix perl5 desthack
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LDFLAGS}" \
-		INSTDIR="${PREFIX}" LIBXDIR="${PREFIX}/bin"
+		INSTDIR="${STAGEDIR}${PREFIX}" LIBXDIR="${STAGEDIR}${PREFIX}/bin"
 SHEBANG_FILES=	app/TeX/sfd2map \
 		app/TeX/cjk-latex-config \
 		other/showdf \
@@ -29,12 +29,10 @@ SHEBANG_FILES=	app/TeX/sfd2map \
 		scripts/t1fdir \
 		scripts/trans
 
-MAN1=		ttf2pt1.1 ttf2pt1_convert.1 ttf2pt1_x2gs.1
 
 CPPFLAGS+=	`pkg-config --cflags freetype2` \
 		-I${LOCALBASE}/include -DUSE_FREETYPE
 LDFLAGS+=	`pkg-config --libs freetype2` \
 		-L${LOCALBASE}/lib -lm
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/print/ttf2pt1/pkg-plist
==============================================================================
--- head/print/ttf2pt1/pkg-plist	Wed Feb 26 06:11:16 2014	(r346102)
+++ head/print/ttf2pt1/pkg-plist	Wed Feb 26 06:11:24 2014	(r346103)
@@ -88,6 +88,9 @@ bin/ttf2pt1_x2gs
 %%DATADIR%%/scripts/trans
 %%DATADIR%%/scripts/unhtml
 %%DATADIR%%/scripts/x2gs
+man/man1/ttf2pt1.1.gz
+man/man1/ttf2pt1_convert.1.gz
+man/man1/ttf2pt1_x2gs.1.gz
 @dirrm %%DATADIR%%/scripts
 @dirrm %%DATADIR%%/other
 @dirrm %%DATADIR%%/maps



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