sysutils/file: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
c4db56a2df
commit
0fe3f800ee
2 changed files with 5 additions and 3 deletions
|
@ -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/ \
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue