diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
commit | 0068f2d47fabca8b05218243fb099000a6413c86 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/tex2im | |
parent | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff) | |
download | ports-0068f2d47fabca8b05218243fb099000a6413c86.tar.gz ports-0068f2d47fabca8b05218243fb099000a6413c86.zip |
Notes
Diffstat (limited to 'textproc/tex2im')
-rw-r--r-- | textproc/tex2im/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/tex2im/Makefile b/textproc/tex2im/Makefile index 58ff9bb092b8..3243b46d4bb1 100644 --- a/textproc/tex2im/Makefile +++ b/textproc/tex2im/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: tex2im -# Date created: Nov 28, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= tex2im PORTVERSION= 1.8 @@ -25,6 +20,7 @@ PORTEXAMPLES= example1.png example1.tex example2.png example2.tex \ example3.png example3.tex example4.png example4.tex \ fig_1.eps +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" ${WRKSRC}/tex2im |