aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-20 20:41:07 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-20 22:09:22 +0000
commit649fcbe5fc3d248efa23fe5617568f89c18e4d03 (patch)
tree231a551b5466d0178b077f6adce7a54b3dd29702
parentbc942fab96df5c18c5767f1806563e38b3ae5b5a (diff)
downloadports-649fcbe5fc3d248efa23fe5617568f89c18e4d03.tar.gz
ports-649fcbe5fc3d248efa23fe5617568f89c18e4d03.zip
textproc/expat2: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--textproc/expat2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
index d92aa400b4ef..42f334348936 100644
--- a/textproc/expat2/Makefile
+++ b/textproc/expat2/Makefile
@@ -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>