git: 3e619210c217 - main - sysutils/keyd: convert @dir to PLIST_DIRS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Jul 2022 17:56:17 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3e619210c2177c543e4ec4d972c966548c82e2af
commit 3e619210c2177c543e4ec4d972c966548c82e2af
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:54:46 +0000
sysutils/keyd: convert @dir to PLIST_DIRS
---
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= *