git: 18e2107b05e7 - main - sysutils/nut*: Pet portlint

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Mon, 09 May 2022 18:11:24 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18e2107b05e7f116596f177da4550a91ba6b9f02

commit 18e2107b05e7f116596f177da4550a91ba6b9f02
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-05-04 04:43:05 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-05-09 17:49:28 +0000

    sysutils/nut*: Pet portlint
    
    Adjust Makefile as suggested by portlint.
    
    PR:             263751
---
 sysutils/nut-devel/Makefile | 2 +-
 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