sysutils/pftop: Fix non-root build

Brings back local do-install target, as it's simpler and
doesn't require bumping the port revision.
This commit is contained in:
Michael Gmelin 2023-11-14 00:39:22 +01:00
parent 05fe532125
commit fef406ce41

View file

@ -34,4 +34,10 @@ MAKE_ENV+= __MAKE_CONF=/dev/null
PLIST_FILES= man/man8/pftop.8.gz \ PLIST_FILES= man/man8/pftop.8.gz \
sbin/pftop sbin/pftop
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pftop \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/pftop.8 \
${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk> .include <bsd.port.mk>