diff options
author | arrowd <arrowd@FreeBSD.org> | 2019-06-21 00:03:10 +0800 |
---|---|---|
committer | arrowd <arrowd@FreeBSD.org> | 2019-06-21 00:03:10 +0800 |
commit | fba74377eacfe1dae657119e54a6fb7df53f285f (patch) | |
tree | 5612bfb2fa5987e0c24ec3d6d9fae64135cafe44 /textproc/hs-lhs2tex | |
parent | e0520a437d1c3c8a8a4771724d48bdb60e059128 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |