mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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:
parent
05fe532125
commit
fef406ce41
1 changed files with 6 additions and 0 deletions
|
@ -34,4 +34,10 @@ 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue