Skip to content

Commit

Permalink
sysutils/pftop: Convert to USES=uidfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gmelin authored and Michael Gmelin committed Nov 18, 2023
1 parent 0cae13a commit e82b1ba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sysutils/pftop/Makefile
Expand Up @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE

LIB_DEPENDS= libpfctl.so:net/libpfctl

USES= localbase
USES= localbase uidfix
USE_GITHUB= yes
GH_ACCOUNT= grembo

Expand All @@ -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>

0 comments on commit e82b1ba

Please sign in to comment.