summaryrefslogtreecommitdiff
path: root/devel/ccdoc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 16:40:59 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 16:41:04 +0100
commite10e2022a9b32f3a8011a08e3929fa263a7bdb5d (patch)
tree3f44d94b03a5bd9019dd39d21232987b20cdcfa0 /devel/ccdoc
parentmail/dot-forward: remove cat files (diff)
MAN[1-5]PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'devel/ccdoc')
-rw-r--r--devel/ccdoc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ccdoc/Makefile b/devel/ccdoc/Makefile
index 7cf839398f2d..7a2dc51e22d8 100644
--- a/devel/ccdoc/Makefile
+++ b/devel/ccdoc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ccdoc
PORTVERSION= 0.8r41
+PORTREVISION= 1
CATEGORIES= devel textproc
MASTER_SITES= http://ccdoc.sourceforge.net/downloads/
DISTNAME= src
@@ -17,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}v${PORTVERSION:S/.//g}/src
MAKEFILE= mkopt_gcc.mk
ALL_TARGET= bld
PLIST_FILES= bin/ccdoc \
- man/man1/ccdoc.1.gz
+ share/man/man1/ccdoc.1.gz
PORTDOCS= *
OPTIONS_DEFINE= DOCS
@@ -35,7 +36,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/../bin_opt_gcc_/ccdoc.exe \
${STAGEDIR}${PREFIX}/bin/ccdoc
${INSTALL_MAN} ${WRKSRC}/../doc/htdocs/ccdoc.man \
- ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
+ ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
do-install-DOCS-on:
cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/