Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 04:28:27 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391969 - head/print/tgif2tex
Message-ID:  <201507140428.t6E4SR2M032648@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Tue Jul 14 04:28:26 2015
New Revision: 391969
URL: https://svnweb.freebsd.org/changeset/ports/391969

Log:
  Sort variables.  No functional change.

Modified:
  head/print/tgif2tex/Makefile

Modified: head/print/tgif2tex/Makefile
==============================================================================
--- head/print/tgif2tex/Makefile	Tue Jul 14 04:25:31 2015	(r391968)
+++ head/print/tgif2tex/Makefile	Tue Jul 14 04:28:26 2015	(r391969)
@@ -12,6 +12,10 @@ COMMENT=	Converting texts in figure by t
 
 LICENSE=	GPLv2
 
+USES=		perl5 shebangfix
+USE_PERL5=	run
+SHEBANG_FILES=	tgif2tex
+NO_BUILD=	yes
 PLIST_FILES=	bin/tgif2tex
 PORTDOCS=	how-to-use.dvi how-to-use.ps how-to-use.tex \
 		example.obj example.tex \
@@ -22,15 +26,8 @@ PORTDOCS=	how-to-use.dvi how-to-use.ps h
 		sample2.2.dps sample2.2.tps \
 		sample2.3.dps sample2.3.tps \
 		sample2.dvi sample2.tex sample2.obj sample2.ps
-
 OPTIONS_DEFINE=	DOCS
 
-USES=		perl5 shebangfix
-USE_PERL5=	run
-NO_BUILD=	yes
-
-SHEBANG_FILES=	tgif2tex
-
 post-patch:
 	${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/tgif2tex
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507140428.t6E4SR2M032648>