Date: Wed, 25 Sep 2013 21:47:31 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328321 - head/print/txtbdf2ps Message-ID: <201309252147.r8PLlVkQ058527@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309252147.r8PLlVkQ058527>