diff options
author | zeising <zeising@FreeBSD.org> | 2013-04-04 20:45:51 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-04-04 20:45:51 +0800 |
commit | 14122e3b2a4d93f1d6fd30f2550f4cc9a741c592 (patch) | |
tree | 9e1ee9de450309ddc0afbc14c82fc154babb3878 /graphics/feh/Makefile | |
parent | 671ac222a0739698cd6ebdcc68bb765db59353c2 (diff) | |
download | freebsd-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/Makefile | 2 |
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: |