aboutsummaryrefslogtreecommitdiff
path: root/textproc/scdoc
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-01-31 13:51:58 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-01-31 13:51:58 +0000
commit9fe801c4494979cda2f34a1817413235d90194bc (patch)
tree6866cda4369fe23f3d94729bbdf1e554ff6720ec /textproc/scdoc
parent079c937afad79c56b2b64d26bd5d9adcac72e2c4 (diff)
downloadports-9fe801c4494979cda2f34a1817413235d90194bc.tar.gz
ports-9fe801c4494979cda2f34a1817413235d90194bc.zip
textproc/scdoc: ignore 1.8.1 for breaking x11-wm/sway
Notes
Notes: svn path=/head/; revision=491721
Diffstat (limited to 'textproc/scdoc')
-rw-r--r--textproc/scdoc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/scdoc/Makefile b/textproc/scdoc/Makefile
index 0d285541f371..4043038d4151 100644
--- a/textproc/scdoc/Makefile
+++ b/textproc/scdoc/Makefile
@@ -19,6 +19,8 @@ PLIST_FILES= bin/scdoc \
man/man1/scdoc.1.gz \
man/man5/scdoc.5.gz
+PORTSCOUT= skipv:1.8.1 # https://github.com/swaywm/sway/issues/3544
+
post-patch:
@${REINPLACE_CMD} -e 's,share/man,man,' \
-e '/BIN/s,install -Dm755,${INSTALL_PROGRAM},' \