aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/feh/Makefile
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-04-04 20:45:51 +0800
committerzeising <zeising@FreeBSD.org>2013-04-04 20:45:51 +0800
commit14122e3b2a4d93f1d6fd30f2550f4cc9a741c592 (patch)
tree9e1ee9de450309ddc0afbc14c82fc154babb3878 /graphics/feh/Makefile
parent671ac222a0739698cd6ebdcc68bb765db59353c2 (diff)
downloadfreebsd-ports-gnome-14122e3b2a4d93f1d6fd30f2550f4cc9a741c592.tar.gz
freebsd-ports-gnome-14122e3b2a4d93f1d6fd30f2550f4cc9a741c592.tar.zst
freebsd-ports-gnome-14122e3b2a4d93f1d6fd30f2550f4cc9a741c592.zip
Fix broken sed that made extra docs install even in the NOPORTDOCS case.
Noted by: bapt Approved by: portmgr (bapt)
Diffstat (limited to 'graphics/feh/Makefile')
-rw-r--r--graphics/feh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index 4ee58b15e075..26d740802751 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -32,7 +32,7 @@ PORTDOCS= AUTHORS ChangeLog README TODO
.include <bsd.port.options.mk>
post-patch:
- @${REINPLACE_CMD} 's#/install-man install-doc#install-man#' \
+ @${REINPLACE_CMD} 's/install-man install-doc/install-man/' \
${WRKSRC}/Makefile
post-install: