svn commit: r391969 - head/print/tgif2tex

Hiroki Sato hrs at FreeBSD.org
Tue Jul 14 04:28:27 UTC 2015


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
 


More information about the svn-ports-all mailing list