Skip to content

Commit

Permalink
ftp/netdumpd: Move man page to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent 57f768f commit dff4d58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ftp/netdumpd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netdumpd
PORTVERSION= 20220406
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= LOCAL/markj

Expand All @@ -11,10 +11,10 @@ WWW= https://github.com/markjdb/netdumpd
LICENSE= BSD2CLAUSE

MAKE_ARGS+= BINDIR=${PREFIX}/sbin
MAKE_ARGS+= MANDIR=${PREFIX}/man/man
MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man
MAKE_ARGS+= SCRIPTSDIR=${PREFIX}/etc/rc.d

PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz etc/rc.d/${PORTNAME}
PLIST_FILES= sbin/${PORTNAME} share/man/man8/${PORTNAME}.8.gz etc/rc.d/${PORTNAME}

USES+= uidfix

Expand Down

0 comments on commit dff4d58

Please sign in to comment.