From e82b1ba688d1901499ab14ec3db56975651bf934 Mon Sep 17 00:00:00 2001 From: Michael Gmelin Date: Sat, 18 Nov 2023 11:52:39 +0100 Subject: [PATCH] sysutils/pftop: Convert to USES=uidfix --- sysutils/pftop/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 5487cc91154a7..dcfc75b187afd 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libpfctl.so:net/libpfctl -USES= localbase +USES= localbase uidfix USE_GITHUB= yes GH_ACCOUNT= grembo @@ -34,10 +34,4 @@ MAKE_ENV+= __MAKE_CONF=/dev/null PLIST_FILES= man/man8/pftop.8.gz \ sbin/pftop -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pftop \ - ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/pftop.8 \ - ${STAGEDIR}${MANPREFIX}/man/man8 - .include