aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-08-25 16:03:49 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-08-25 16:13:13 +0000
commita08413affec93df8ee93db17e8d046d0d1dd06e7 (patch)
treeb1b94de5621232ff70406cd73bd5221de7783ef1
parent64736881ef05a7e44878848bac0622be7504bad8 (diff)
downloadports-a08413affec93df8ee93db17e8d046d0d1dd06e7.tar.gz
ports-a08413affec93df8ee93db17e8d046d0d1dd06e7.zip
security/wipe: wipe(1) reference to wrong path
Replace hardcoded path in post-patch. PR: 258016 Reported by: grahamperrin@gmail.com MFH: 2021Q3
-rw-r--r--security/wipe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/wipe/Makefile b/security/wipe/Makefile
index 35c52bc6b75a..d532f39a4796 100644
--- a/security/wipe/Makefile
+++ b/security/wipe/Makefile
@@ -21,6 +21,7 @@ OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|@CFLAGS@|${CFLAGS}|' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|/usr/doc/wipe|${DOCSDIR}|' ${WRKSRC}/wipe.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin