aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-lhs2tex/Makefile
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2019-06-20 16:03:10 +0000
committerGleb Popov <arrowd@FreeBSD.org>2019-06-20 16:03:10 +0000
commit9b79b0b5b291ebbec7fd7da451a9d6d7bb5ac47c (patch)
tree5612bfb2fa5987e0c24ec3d6d9fae64135cafe44 /textproc/hs-lhs2tex/Makefile
parent004053f86dfcf7c83174eca4f3d08b79e3e3fadb (diff)
downloadports-9b79b0b5b291ebbec7fd7da451a9d6d7bb5ac47c.tar.gz
ports-9b79b0b5b291ebbec7fd7da451a9d6d7bb5ac47c.zip
In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real program
PR: 238719 Approved by: tcberner (mentor, implicit)
Notes
Notes: svn path=/head/; revision=504637
Diffstat (limited to 'textproc/hs-lhs2tex/Makefile')
-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