Skip to content

Commit

Permalink
sysutils/pstack: 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 c3064f4 commit 92dc3a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sysutils/pstack/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pstack
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= pizzamig@FreeBSD.org
Expand All @@ -15,9 +16,9 @@ USES= uidfix
ONLY_FOR_ARCHS= amd64 i386
CONFLICTS= pstacku
MAKE_ARGS+= BINDIR=${PREFIX}/bin
MAKE_ARGS+= MANDIR=${PREFIX}/man/man
MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man
MAKE_ARGS+= LIBDIR=${PREFIX}/lib

PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>

0 comments on commit 92dc3a2

Please sign in to comment.