diff --git a/security/u2f-devd/Makefile b/security/u2f-devd/Makefile index 1ade6d12c8c0..8f619c5d8c49 100644 --- a/security/u2f-devd/Makefile +++ b/security/u2f-devd/Makefile @@ -1,25 +1,26 @@ # Created by: Greg V PORTNAME= u2f-devd PORTVERSION= 1.1.10 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= # DISTFILES= # MAINTAINER= ports@FreeBSD.org COMMENT= Devd hotplug rules for Universal 2nd Factor (U2F) tokens LICENSE= BSD2CLAUSE +NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message GROUPS= u2f PLIST_FILES= etc/devd/u2f.conf do-install: ${INSTALL_DATA} ${FILESDIR}/u2f.conf ${STAGEDIR}${PREFIX}/etc/devd .include