From owner-svn-ports-head@FreeBSD.ORG Wed Sep 25 21:47:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E9EBCBA2; Wed, 25 Sep 2013 21:47:31 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D79362707; Wed, 25 Sep 2013 21:47:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8PLlVeI058529; Wed, 25 Sep 2013 21:47:31 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8PLlVkQ058527; Wed, 25 Sep 2013 21:47:31 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201309252147.r8PLlVkQ058527@svn.freebsd.org> From: Alex Kozlov Date: Wed, 25 Sep 2013 21:47:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328321 - head/print/txtbdf2ps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 21:47:32 -0000 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 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