diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-11 21:22:29 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-11 21:22:29 +0000 |
commit | 8d874deecb5a8991f235cd8c21668b9db5b159dd (patch) | |
tree | 9b474f9c1e7448589217930c2adf48218cba8ea9 /security/mypasswordsafe | |
parent | bb6ce01608f9faabb164d0ce6c56762e1da4973f (diff) | |
download | ports-8d874deecb5a8991f235cd8c21668b9db5b159dd.tar.gz ports-8d874deecb5a8991f235cd8c21668b9db5b159dd.zip |
Notes
Diffstat (limited to 'security/mypasswordsafe')
-rw-r--r-- | security/mypasswordsafe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mypasswordsafe/Makefile b/security/mypasswordsafe/Makefile index bfe5c9b65c7a..b330c8e1bced 100644 --- a/security/mypasswordsafe/Makefile +++ b/security/mypasswordsafe/Makefile @@ -26,7 +26,7 @@ post-patch: @${REINPLACE_CMD} -Ee 's|(USER=)\$$\(USER\)|\1$$(shell whoami)|' \ ${WRKSRC}/${MAKEFILE} .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e '63,64d; 66,67d' ${WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -e '63s|\\||; 64d; 67,68d' ${WRKSRC}/${MAKEFILE} .endif .include <bsd.port.mk> |