From owner-svn-ports-all@FreeBSD.ORG Tue Feb 25 09:25:13 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id C01ACC08; Tue, 25 Feb 2014 09:25:13 +0000 (UTC) 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 ACD111219; Tue, 25 Feb 2014 09:25:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1P9PDRD021727; Tue, 25 Feb 2014 09:25:13 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1P9PDQU021726; Tue, 25 Feb 2014 09:25:13 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402250925.s1P9PDQU021726@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 25 Feb 2014 09:25:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345947 - head/print/dvips2ascii X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 09:25:13 -0000 Author: ehaupt Date: Tue Feb 25 09:25:13 2014 New Revision: 345947 URL: http://svnweb.freebsd.org/changeset/ports/345947 QAT: https://qat.redports.org/buildarchive/r345947/ Log: - Support staging - Use shebangfix Modified: head/print/dvips2ascii/Makefile Modified: head/print/dvips2ascii/Makefile ============================================================================== --- head/print/dvips2ascii/Makefile Tue Feb 25 09:08:14 2014 (r345946) +++ head/print/dvips2ascii/Makefile Tue Feb 25 09:25:13 2014 (r345947) @@ -9,15 +9,13 @@ MASTER_SITES= SF/srezic/${PORTNAME}/${PO MAINTAINER= slaven@rezic.de COMMENT= PostScript (created by dvips) to ASCII converter -PLIST_FILES= bin/dvips2ascii +USES= shebangfix +NO_BUILD= yes -NO_STAGE= yes -do-build: - ${MV} ${WRKSRC}/dvips2ascii ${WRKSRC}/dvips2ascii.orig - ${SED} -e 's;#!.*perl;#!${PERL};' \ - < ${WRKSRC}/dvips2ascii.orig > ${WRKSRC}/dvips2ascii +PLIST_FILES= bin/dvips2ascii +SHEBANG_FILES= dvips2ascii do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/dvips2ascii ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/dvips2ascii ${STAGEDIR}${PREFIX}/bin .include