git: e82b1ba688d1 - main - sysutils/pftop: Convert to USES=uidfix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Nov 2023 10:54:51 UTC
The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e82b1ba688d1901499ab14ec3db56975651bf934 commit e82b1ba688d1901499ab14ec3db56975651bf934 Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2023-11-18 10:52:39 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2023-11-18 10:52:39 +0000 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 5487cc91154a..dcfc75b187af 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 <bsd.port.mk>