aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-07-29 17:49:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-07-29 17:54:46 +0000
commit3e619210c2177c543e4ec4d972c966548c82e2af (patch)
tree5df7553fb061e10ce6f55903083fe57ba19958b1
parent7704a944152d829131947d087eafc15430f869c5 (diff)
downloadports-3e619210c2177c543e4ec4d972c966548c82e2af.tar.gz
ports-3e619210c2177c543e4ec4d972c966548c82e2af.zip
sysutils/keyd: convert @dir to PLIST_DIRS
-rw-r--r--sysutils/keyd/Makefile4
1 files 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= *