diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-11 08:23:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-11 08:23:51 +0000 |
commit | 6cd7e3c7a43f8b1e0b1d9cbb35962ef8001f6fa2 (patch) | |
tree | 014340c0867073e81fc021163b2578abb2577f78 /textproc | |
parent | 0834a31add859ce9988f7763be17f4f406ce3f36 (diff) | |
download | ports-6cd7e3c7a43f8b1e0b1d9cbb35962ef8001f6fa2.tar.gz ports-6cd7e3c7a43f8b1e0b1d9cbb35962ef8001f6fa2.zip |
desthack: stop using MANPREFIX
While here prefer share/man over man for manpages
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mxml/Makefile | 1 | ||||
-rw-r--r-- | textproc/mxml/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/mxml/Makefile b/textproc/mxml/Makefile index 7c335391a476..48b6e3a85c24 100644 --- a/textproc/mxml/Makefile +++ b/textproc/mxml/Makefile @@ -1,5 +1,6 @@ PORTNAME= mxml DISTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/michaelrsweet/mxml/releases/download/v${DISTVERSION}/ diff --git a/textproc/mxml/pkg-plist b/textproc/mxml/pkg-plist index 8b1d785e30c1..7ae539ca5546 100644 --- a/textproc/mxml/pkg-plist +++ b/textproc/mxml/pkg-plist @@ -4,7 +4,7 @@ lib/libmxml.so lib/libmxml.so.1 lib/libmxml.so.1.6 libdata/pkgconfig/mxml.pc -man/man3/mxml.3.gz +share/man/man3/mxml.3.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGES @comment %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/NOTICE |