diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-26 15:22:14 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-26 16:56:31 +0100 |
commit | 19dad3106f4ec3974712b779b5843e146a8366c9 (patch) | |
tree | c082ded107b6e14bbd4dd0060f1701454f393c5e | |
parent | a3974f1ebca58283555412c310d6b50f62e343f7 (diff) | |
download | freebsd-ports-19dad3106f4ec3974712b779b5843e146a8366c9.zip |
textproc/itstool: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/itstool/Makefile | 2 | ||||
-rw-r--r-- | textproc/itstool/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index fe8d9e234d0a..b1b016dd03aa 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -1,5 +1,6 @@ PORTNAME= itstool PORTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://files.itstool.org/itstool/ @@ -14,6 +15,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} USES= python tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFLICTS_INSTALL= itstool22 diff --git a/textproc/itstool/pkg-plist b/textproc/itstool/pkg-plist index 95a832c5bdec..1cb035866b23 100644 --- a/textproc/itstool/pkg-plist +++ b/textproc/itstool/pkg-plist @@ -1,5 +1,5 @@ bin/itstool -man/man1/itstool.1.gz +share/man/man1/itstool.1.gz %%DATADIR%%/its/docbook.its %%DATADIR%%/its/docbook5.its %%DATADIR%%/its/its.its |