diff options
-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: |