diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 12:40:01 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 13:35:16 +0100 |
commit | 08ea87e9250722d9a073ab5d5a2324975105f77a (patch) | |
tree | eab9a815deb898f0af79bfc4f8902a705f6d18d3 /textproc | |
parent | c7a0ebe40a8ccc6faa0895508aa063e2e19d933a (diff) | |
download | freebsd-ports-08ea87e9250722d9a073ab5d5a2324975105f77a.zip |
textproc/perl2html: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/perl2html/Makefile | 3 | ||||
-rw-r--r-- | textproc/perl2html/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/perl2html/Makefile b/textproc/perl2html/Makefile index 35aeeca3bcaf..fe3358399537 100644 --- a/textproc/perl2html/Makefile +++ b/textproc/perl2html/Makefile @@ -1,6 +1,6 @@ PORTNAME= perl2html PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc www MASTER_SITES= SUNSITE/apps/www/converters @@ -11,6 +11,7 @@ WWW= http://user.cs.tu-berlin.de/~schintke/x2html/ LICENSE= GPLv2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= DOCS post-install-DOCS-on: diff --git a/textproc/perl2html/pkg-plist b/textproc/perl2html/pkg-plist index c4304f99ce49..2c7cdc47ed4c 100644 --- a/textproc/perl2html/pkg-plist +++ b/textproc/perl2html/pkg-plist @@ -1,5 +1,5 @@ bin/perl2html -man/man1/perl2html.1.gz +share/man/man1/perl2html.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README |