aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-lhs2tex
diff options
context:
space:
mode:
authorarrowd <arrowd@FreeBSD.org>2019-06-21 00:03:10 +0800
committerarrowd <arrowd@FreeBSD.org>2019-06-21 00:03:10 +0800
commitfba74377eacfe1dae657119e54a6fb7df53f285f (patch)
tree5612bfb2fa5987e0c24ec3d6d9fae64135cafe44 /textproc/hs-lhs2tex
parente0520a437d1c3c8a8a4771724d48bdb60e059128 (diff)
downloadfreebsd-ports-gnome-fba74377eacfe1dae657119e54a6fb7df53f285f.tar.gz
freebsd-ports-gnome-fba74377eacfe1dae657119e54a6fb7df53f285f.tar.zst
freebsd-ports-gnome-fba74377eacfe1dae657119e54a6fb7df53f285f.zip
In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real program
PR: 238719 Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'textproc/hs-lhs2tex')
-rw-r--r--textproc/hs-lhs2tex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/hs-lhs2tex/Makefile b/textproc/hs-lhs2tex/Makefile
index bdd7f42139ab..62f430db5bcc 100644
--- a/textproc/hs-lhs2tex/Makefile
+++ b/textproc/hs-lhs2tex/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lhs2tex
PORTVERSION= 1.22
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org