Skip to content

Commit

Permalink
misc/findutils: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 29, 2024
1 parent 35792fb commit 94ff6bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions misc/findutils/Makefile
@@ -1,5 +1,6 @@
PORTNAME= findutils
DISTVERSION= 4.9.0
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= GNU

Expand All @@ -14,6 +15,7 @@ USES= charsetfix cpe gmake localbase tar:xz
CPE_VENDOR= gnu

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --program-prefix=g --localstatedir=${LOCALSTATEDIR}

MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
Expand Down
10 changes: 5 additions & 5 deletions misc/findutils/pkg-plist
Expand Up @@ -3,11 +3,11 @@ bin/glocate
bin/gupdatedb
bin/gxargs
libexec/gfrcode
man/man1/gfind.1.gz
man/man1/glocate.1.gz
man/man1/gupdatedb.1.gz
man/man1/gxargs.1.gz
man/man5/glocatedb.5.gz
share/man/man1/gfind.1.gz
share/man/man1/glocate.1.gz
share/man/man1/gupdatedb.1.gz
share/man/man1/gxargs.1.gz
share/man/man5/glocatedb.5.gz
%%NLS%%share/locale/be/LC_MESSAGES/findutils.mo
%%NLS%%share/locale/bg/LC_MESSAGES/findutils.mo
%%NLS%%share/locale/ca/LC_MESSAGES/findutils.mo
Expand Down

0 comments on commit 94ff6bd

Please sign in to comment.