1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

textproc/expat2: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-20 21:41:07 +01:00
parent bc942fab96
commit 649fcbe5fc
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -17,6 +17,7 @@ CPE_VENDOR= libexpat_project
CPE_PRODUCT= libexpat
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
TEST_TARGET= check
@ -35,7 +36,4 @@ TEST_USES= shebangfix
SHEBANG_FILES= test-driver-wrapper.sh tests/udiffer.py tests/xmltest.sh
TEST_CONFIGURE_WITH= tests
post-install:
${MV} ${STAGEDIR}${PREFIX}/man/man1/xmlwf.1 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>