diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-04-04 12:45:51 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-04-04 12:45:51 +0000 |
commit | eb643638fb730d86992158052fbbda7e2d0da8e8 (patch) | |
tree | 9e1ee9de450309ddc0afbc14c82fc154babb3878 /graphics | |
parent | 39b95405f1f9743baacfa431ed509c1552e549d2 (diff) | |
download | ports-eb643638fb730d86992158052fbbda7e2d0da8e8.tar.gz ports-eb643638fb730d86992158052fbbda7e2d0da8e8.zip |
Notes
Diffstat (limited to 'graphics')
-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: |