summaryrefslogtreecommitdiff
path: root/cad/cascade
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 16:09:46 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 16:11:29 +0100
commitd4329229fbe8ad0a96a1b9ec796d17cf512455d1 (patch)
treebafbd1ae43d70259bde776544f2f6a47cfa33dfc /cad/cascade
parentdevel/9base: move manpages under share/man (diff)
MANPREFIX: eliminate its usage
While here move manpages to share/man
Diffstat (limited to 'cad/cascade')
-rw-r--r--cad/cascade/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/cascade/Makefile b/cad/cascade/Makefile
index 2440b27c5acc..580d1888bbe0 100644
--- a/cad/cascade/Makefile
+++ b/cad/cascade/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cascade
PORTVERSION= 1.4
+PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= SF/rfcascade/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -11,7 +12,7 @@ GNU_CONFIGURE= yes
USES= groff
PORTDOCS= ex1.gif index.html
PORTEXAMPLES= README.examples ex1.cas ex1.gif ex1.out cascade-mode.el
-PLIST_FILES= bin/cascade man/man1/cascade.1.gz
+PLIST_FILES= bin/cascade share/man/man1/cascade.1.gz
CONFLICTS_INSTALL= cascade-compiler
@@ -19,7 +20,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cascade ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/cascade.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/cascade.1 ${STAGEDIR}${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* \
${WRKSRC}/cascade-mode.el ${STAGEDIR}${EXAMPLESDIR}