svn commit: r328321 - head/print/txtbdf2ps

Alex Kozlov ak at FreeBSD.org
Wed Sep 25 21:47:32 UTC 2013


Author: ak
Date: Wed Sep 25 21:47:31 2013
New Revision: 328321
URL: http://svnweb.freebsd.org/changeset/ports/328321

Log:
  - Support STAGEDIR
  - Use a single space for WWW in pkg-descr

Modified:
  head/print/txtbdf2ps/Makefile
  head/print/txtbdf2ps/pkg-descr   (contents, props changed)

Modified: head/print/txtbdf2ps/Makefile
==============================================================================
--- head/print/txtbdf2ps/Makefile	Wed Sep 25 21:47:11 2013	(r328320)
+++ head/print/txtbdf2ps/Makefile	Wed Sep 25 21:47:31 2013	(r328321)
@@ -21,11 +21,10 @@ EXTRACT_AFTER_ARGS=	${WRKDIR}
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${DISTNAME}.txt
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${PREFIX}/bin/txtbdf2ps
+	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${STAGEDIR}${PREFIX}/bin/txtbdf2ps
 
 .include <bsd.port.mk>

Modified: head/print/txtbdf2ps/pkg-descr
==============================================================================
--- head/print/txtbdf2ps/pkg-descr	Wed Sep 25 21:47:11 2013	(r328320)
+++ head/print/txtbdf2ps/pkg-descr	Wed Sep 25 21:47:31 2013	(r328321)
@@ -8,4 +8,4 @@ international character sets. Since it's
 (BDF/PCF) fonts than outline fonts, this script allows to print texts using
 your own fonts.
 
-WWW:	http://oldrus-ispell.sourceforge.net/txtbdf2ps.html 
+WWW: http://oldrus-ispell.sourceforge.net/txtbdf2ps.html


More information about the svn-ports-all mailing list