Skip to content

Commit

Permalink
sysutils/file: 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 30, 2024
1 parent c4db56a commit 0fe3f80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions sysutils/file/Makefile
@@ -1,5 +1,6 @@
PORTNAME= file
PORTVERSION= 5.39
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://astron.com/pub/file/ \
https://www.nic.funet.fi/pub/mirrors/ftp.astron.com/pub/file/ \
Expand All @@ -18,6 +19,7 @@ CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-fsect-man5
MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}"
TEST_TARGET= check
Expand Down
6 changes: 3 additions & 3 deletions sysutils/file/pkg-plist
Expand Up @@ -4,7 +4,7 @@ lib/libmagic.so
lib/libmagic.so.1
lib/libmagic.so.1.0.0
libdata/pkgconfig/libmagic.pc
man/man1/file.1.gz
man/man3/libmagic.3.gz
man/man5/magic.5.gz
share/man/man1/file.1.gz
share/man/man3/libmagic.3.gz
share/man/man5/magic.5.gz
%%DATADIR%%/magic.mgc

0 comments on commit 0fe3f80

Please sign in to comment.