Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2021 16:21:04 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-main@FreeBSD.org
Subject:   git: a08413affec9 - main - security/wipe: wipe(1) reference to wrong path
Message-ID:  <202108251621.17PGL4IG089881@gitrepo.freebsd.org>

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

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

commit a08413affec93df8ee93db17e8d046d0d1dd06e7
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:13:13 +0000

    security/wipe: wipe(1) reference to wrong path
    
    Replace hardcoded path in post-patch.
    
    PR:     258016
    Reported by:    grahamperrin@gmail.com
    MFH:    2021Q3
---
 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?202108251621.17PGL4IG089881>