aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-09-12 05:22:29 +0800
committergahr <gahr@FreeBSD.org>2008-09-12 05:22:29 +0800
commitd25773d9493f9d17ae884b5464c815a258c3d34e (patch)
treeef6baca43a5f9ae85069de5ae1bb28462b60ace4 /security
parent89b6e0cb58f1f3929ee972da71188fffa08e641c (diff)
downloadfreebsd-ports-gnome-d25773d9493f9d17ae884b5464c815a258c3d34e.tar.gz
freebsd-ports-gnome-d25773d9493f9d17ae884b5464c815a258c3d34e.tar.zst
freebsd-ports-gnome-d25773d9493f9d17ae884b5464c815a258c3d34e.zip
- Fix build on NOPORTDOCS
Reported by: QA Tindie Approved by: portmgr (linimon)
Diffstat (limited to 'security')
-rw-r--r--security/mypasswordsafe/Makefile2
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>