git: 73f596c04224 - main - sysutils/checkrestart: Pacify check-plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 May 2023 13:15:13 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=73f596c04224b56045bc1b583119ffbd90f8852e commit 73f596c04224b56045bc1b583119ffbd90f8852e Author: Thomas Hurst <tom@hur.st> AuthorDate: 2023-05-08 09:40:39 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-05-08 13:10:17 +0000 sysutils/checkrestart: Pacify check-plist Fix extra slash. PR: 271282 Reported by: jcfyecrayz@liamekaens.com (maintainer) --- sysutils/checkrestart/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/checkrestart/Makefile b/sysutils/checkrestart/Makefile index d64d4b31b3c7..06ecabc6d60f 100644 --- a/sysutils/checkrestart/Makefile +++ b/sysutils/checkrestart/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= bin/checkrestart \ share/man/man1/checkrestart.1.gz \ ${PERIODIC_SECURITY}/checkrestart -PERIODIC_SECURITY= etc/periodic/security/ +PERIODIC_SECURITY= etc/periodic/security do-install: ${INSTALL_PROGRAM} ${WRKSRC}/checkrestart ${STAGEDIR}${PREFIX}/bin