diff --git a/security/pwned-check/Makefile b/security/pwned-check/Makefile index 19f0878214d7..72057c2e2450 100644 --- a/security/pwned-check/Makefile +++ b/security/pwned-check/Makefile @@ -1,28 +1,31 @@ PORTNAME= pwned-check PORTVERSION= 2.2 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= # DISTFILES= # MAINTAINER= se@FreeBSD.org COMMENT= Check whether password is known to have been exposed in a data breach LICENSE= BSD2CLAUSE +SUB_FILES= pkg-message +SUB_LIST= PORTNAME=${PORTNAME} + NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/src SRC= ${.CURDIR}/src SUB_FILES= ${PORTNAME}.sh ${PORTNAME}.1 pkg-message do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} .include diff --git a/security/pwned-check/files/pkg-message.in b/security/pwned-check/files/pkg-message.in index e12280d612c2..4a11c095cbc6 100644 --- a/security/pwned-check/files/pkg-message.in +++ b/security/pwned-check/files/pkg-message.in @@ -1,17 +1,29 @@ [ { type: install message: <