diff options
author | hrs <hrs@FreeBSD.org> | 2015-07-14 12:28:26 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-07-14 12:28:26 +0800 |
commit | c25f3bdfb1ebffaf7abaf48259f1808b1e10c7bf (patch) | |
tree | a32f180291ddbf95cb3faab1f4bd491488b00fb5 /print/tgif2tex | |
parent | 4987f84e451c84a4715bd8cdc3467c885aefbcd1 (diff) | |
download | freebsd-ports-gnome-c25f3bdfb1ebffaf7abaf48259f1808b1e10c7bf.tar.gz freebsd-ports-gnome-c25f3bdfb1ebffaf7abaf48259f1808b1e10c7bf.tar.zst freebsd-ports-gnome-c25f3bdfb1ebffaf7abaf48259f1808b1e10c7bf.zip |
Sort variables. No functional change.
Diffstat (limited to 'print/tgif2tex')
-rw-r--r-- | print/tgif2tex/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/print/tgif2tex/Makefile b/print/tgif2tex/Makefile index 7c559e282c89..db601a7d461b 100644 --- a/print/tgif2tex/Makefile +++ b/print/tgif2tex/Makefile @@ -12,6 +12,10 @@ COMMENT= Converting texts in figure by tgif to LaTeX commands 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 how-to-use.tex \ 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 |