Index: security/doas/Makefile =================================================================== --- security/doas/Makefile +++ security/doas/Makefile @@ -1,23 +1,22 @@ # $FreeBSD$ PORTNAME= doas -PORTVERSION= 5.9p7 +PORTVERSION= 6.0p0 CATEGORIES= security MAINTAINER= jsmith@resonatingmedia.com COMMENT= Simple sudo alternative to run commands as another user LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= slicer69 GH_PROJECT= doas -GH_TAGNAME= a15e6ed -USES= gmake +USES= gmake BINMODE= 4755 -ETCDIR= ${PREFIX}/etc SUB_FILES= pkg-message PLIST_FILES= bin/doas \ Index: security/doas/files/pkg-message.in =================================================================== --- security/doas/files/pkg-message.in +++ security/doas/files/pkg-message.in @@ -1,7 +1,7 @@ ============================================================ To use doas, -%%ETCDIR%%/doas.conf +%%PREFIX%%/etc/doas.conf must be created.