diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-02-13 18:57:30 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-02-14 18:40:00 +0000 |
commit | 6558c25069901328610d155bea362aeb7ab00f17 (patch) | |
tree | 8e0f9a8c87ec8da9b354bcbd5d6c6968621f7128 /sysutils/nut-devel/Makefile | |
parent | 6beccad94e454e521402d9958bf03d665cb601ab (diff) | |
download | ports-6558c25069901328610d155bea362aeb7ab00f17.tar.gz ports-6558c25069901328610d155bea362aeb7ab00f17.zip |
Diffstat (limited to 'sysutils/nut-devel/Makefile')
-rw-r--r-- | sysutils/nut-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index 225b9ff4d86f..897c6440da75 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= nut PORTVERSION= ${NUT_COMMIT_DATE} -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= sysutils PKGNAMESUFFIX= -devel # MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ @@ -60,7 +60,7 @@ IPMIPSU_DESC= Use nut-ipmipsu support (experimental) SSL_OFF_DESC= No SSL support USE_RC_SUBR= nut nut_upsmon nut_upslog -SUB_LIST+= STATEDIR=${STATEDIR} NUT_GROUP=${NUT_GROUP} +SUB_LIST+= STATEDIR=${STATEDIR} NUT_USER=${NUT_USER} NUT_GROUP=${NUT_GROUP} PLIST_SUB+= STATEDIR=${STATEDIR} PORTDOCS= * |