diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-05-04 04:43:05 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-05-09 17:49:28 +0000 |
commit | 18e2107b05e7f116596f177da4550a91ba6b9f02 (patch) | |
tree | 13dc2e1a51cb139388ac58b8bf1acdb48da5124d | |
parent | d6f4ee06c5f668af7615300159d803462da965cd (diff) |
sysutils/nut*: Pet portlint
Adjust Makefile as suggested by portlint.
PR: 263751
-rw-r--r-- | sysutils/nut-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/nut/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index bbced16cca75..b6bd0978997d 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -23,8 +23,8 @@ NUT_COMMIT_DATE= 2022.04.27 MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes -USE_LDCONFIG= yes USES= autoreconf:build compiler:c11 gmake libtool pkgconfig python:build +USE_LDCONFIG= yes NUT_USER?= uucp NUT_GROUP?= uucp diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 7b9aaaebf21e..4ba9a55ed23d 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -5,7 +5,6 @@ PORTVERSION= 2.8.0 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cy@FreeBSD.org COMMENT= Network UPS Tools @@ -15,8 +14,8 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USE_LDCONFIG= yes USES= autoreconf:build compiler:c11 gmake libtool pkgconfig python:build +USE_LDCONFIG= yes NUT_USER?= uucp NUT_GROUP?= uucp |