diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 07:33:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 07:33:41 +0000 |
commit | 19ae251b54b068aae1520c17885ecae948e723bc (patch) | |
tree | e2c71147def7c03ff268350288657b4e7692d180 /math/naturalmath | |
parent | be856e74d2486c2042594b76c9cade12ee3f3c07 (diff) | |
download | ports-19ae251b54b068aae1520c17885ecae948e723bc.tar.gz ports-19ae251b54b068aae1520c17885ecae948e723bc.zip |
Notes
Diffstat (limited to 'math/naturalmath')
-rw-r--r-- | math/naturalmath/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/math/naturalmath/Makefile b/math/naturalmath/Makefile index 7215f21162f7..58d0c5e14b91 100644 --- a/math/naturalmath/Makefile +++ b/math/naturalmath/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: naturalmath -# Date created: 1 November 2001 -# Whom: Stephen Montgomery-Smith -# +# Created by: Stephen Montgomery-Smith # $FreeBSD$ -# PORTNAME= naturalmath PORTVERSION= 0.5 @@ -16,9 +12,8 @@ COMMENT= Script to turn intuitively written math into latex USE_PERL5= yes USE_TEX= latex:build dvipsk:build - -post-patch: - @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/naturalmath +USES= shebangfix +SHEBANG_FILES= naturalmath do-build: (cd ${WRKSRC}; ./naturalmath tutor.nat; \ |