diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-16 19:42:05 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-16 19:42:05 +0000 |
commit | 40cfcc43a9bf77c716cb0bbe11bad0a8dcb4242d (patch) | |
tree | 24da2f535c30c220aff2470d2f60c125b6e6f219 | |
parent | 2f8876acf3fd1aba6b849310d92c22da2075e483 (diff) |
sysutils/procmap: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | sysutils/procmap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/procmap/Makefile b/sysutils/procmap/Makefile index 21030d39d1fa..dd87f4570b9f 100644 --- a/sysutils/procmap/Makefile +++ b/sysutils/procmap/Makefile @@ -1,6 +1,6 @@ PORTNAME= procmap PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils DISTFILES= #empty @@ -11,13 +11,13 @@ USES= uidfix MAKEFILE= /usr/share/mk/bsd.prog.mk MAKE_ENV+= BINDIR=${PREFIX}/bin \ MAN8=procmap.8 \ - MANDIR=${PREFIX}/man/man \ + MANDIR=${PREFIX}/share/man/man \ PROG=procmap NO_WRKSUBDIR= yes PLIST_FILES= bin/procmap \ - man/man8/${PORTNAME}.8.gz + share/man/man8/${PORTNAME}.8.gz procmap_files:= procmap.c procmap.8 |