Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2021 16:33:44 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: bb22c91d5859 - 2021Q3 - security/wipe: wipe(1) reference to wrong path
Message-ID:  <202108251633.17PGXirL004262@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb22c91d585999f63e1381b9979d86c56841561e

commit bb22c91d585999f63e1381b9979d86c56841561e
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2021-08-25 16:03:49 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2021-08-25 16:26:55 +0000

    security/wipe: wipe(1) reference to wrong path
    
    Replace hardcoded path in post-patch.
    
    PR:     258016
    Reported by:    grahamperrin@gmail.com
    MFH:    2021Q3
    
    (cherry picked from commit a08413affec93df8ee93db17e8d046d0d1dd06e7)
---
 security/wipe/Makefile | 1 +
 1 file changed, 1 insertion(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108251633.17PGXirL004262>