aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-pandoc-citeproc
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-pandoc-citeproc
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-pandoc-citeproc')
-rw-r--r--textproc/hs-pandoc-citeproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/hs-pandoc-citeproc/Makefile b/textproc/hs-pandoc-citeproc/Makefile
index 7c8730ec1891..157e9319172d 100644
--- a/textproc/hs-pandoc-citeproc/Makefile
+++ b/textproc/hs-pandoc-citeproc/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pandoc-citeproc
PORTVERSION= 0.16.2
+PORTREVISION= 1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org