git: 275ddab52a20 - 2022Q3 - sysutils/keyd: convert @dir to PLIST_DIRS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Jul 2022 17:56:48 UTC
The branch 2022Q3 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=275ddab52a202d4b03f6bc9c024de89d04919081
commit 275ddab52a202d4b03f6bc9c024de89d04919081
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-07-29 17:49:42 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-07-29 17:56:30 +0000
sysutils/keyd: convert @dir to PLIST_DIRS
(cherry picked from commit 3e619210c2177c543e4ec4d972c966548c82e2af)
---
sysutils/keyd/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/keyd/Makefile b/sysutils/keyd/Makefile
index 91cdb065e0d7..54ce63bceb17 100644
--- a/sysutils/keyd/Makefile
+++ b/sysutils/keyd/Makefile
@@ -20,8 +20,8 @@ SHEBANG_FILES= scripts/*
MAKE_ARGS= DESTDIR="${DESTDIR}" PREFIX="${PREFIX}" \
VERSION="${DISTVERSIONFULL}" COMMIT=""
PLIST_FILES= bin/${PORTNAME} \
- bin/${PORTNAME}-application-mapper \
- "@dir ${ETCDIR}"
+ bin/${PORTNAME}-application-mapper
+PLIST_DIRS= ${ETCDIR}
PORTDATA= *
PORTDOCS= *
PORTEXAMPLES= *