summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 08:44:43 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 08:44:43 +0100
commite62c2f56aab6a554875e22b7cdf0d4ee4153dfd7 (patch)
tree976453d53bd003a1b24bf75c920072809aa6f3f4 /textproc
parenta909e90d9f85155b8abce894a4bcba3c9857f9bd (diff)
downloadfreebsd-ports-e62c2f56aab6a554875e22b7cdf0d4ee4153dfd7.zip
textproc/c2html: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/c2html/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile
index ccccacf77094..41db684aeaa6 100644
--- a/textproc/c2html/Makefile
+++ b/textproc/c2html/Makefile
@@ -1,5 +1,6 @@
PORTNAME= c2html
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= textproc www
MASTER_SITES= SUNSITE/apps/www/converters
@@ -10,8 +11,9 @@ WWW= http://user.cs.tu-berlin.de/~schintke/x2html/
LICENSE= GPLv2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/c2html man/man1/c2html.1.gz
+PLIST_FILES= bin/c2html share/man/man1/c2html.1.gz
PORTDOCS= AUTHORS NEWS README
OPTIONS_DEFINE= DOCS