svn commit: r346103 - head/print/ttf2pt1

Martin Wilke miwi at FreeBSD.org
Wed Feb 26 06:11:25 UTC 2014


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


More information about the svn-ports-all mailing list