aboutsummaryrefslogtreecommitdiff
path: root/deskutils/cfiles
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 08:15:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 08:16:01 +0000
commit1b819e486953bae191a4b8f0da175b55cb6c3070 (patch)
treea9eaa8ecd25eb764dc4e27a877027d0df0a52ac1 /deskutils/cfiles
parenteadd5953495b96817fa81d9e0465583108ab227b (diff)
downloadports-1b819e486953bae191a4b8f0da175b55cb6c3070.tar.gz
ports-1b819e486953bae191a4b8f0da175b55cb6c3070.zip
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'deskutils/cfiles')
-rw-r--r--deskutils/cfiles/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/cfiles/Makefile b/deskutils/cfiles/Makefile
index 2c0b4536a793..f05da33a0f19 100644
--- a/deskutils/cfiles/Makefile
+++ b/deskutils/cfiles/Makefile
@@ -2,7 +2,7 @@ PORTNAME= cfiles
DISTVERSIONPREFIX= v
DISTVERSION= 1.8-6
DISTVERSIONSUFFIX= -g327d47f
-PORTREVISION= 29
+PORTREVISION= 30
CATEGORIES= deskutils
MAINTAINER= yuri@FreeBSD.org
@@ -25,7 +25,7 @@ GH_ACCOUNT= mananapr
MAKE_ARGS= CC=${CC} NCURSES_CFLAGS=-I/usr/include NCURSES_LIBS=/usr/lib/libncursesw.so
PLIST_FILES= bin/${PORTNAME} \
- man/man1/${PORTNAME}.1.gz \
+ share/man/man1/${PORTNAME}.1.gz \
${DATADIR}/scripts/clearimg \
${DATADIR}/scripts/displayimg
@@ -50,7 +50,7 @@ do-install:
.for s in clearimg displayimg
${INSTALL_SCRIPT} ${WRKSRC}/scripts/${s} ${STAGEDIR}${DATADIR}/scripts
.endfor
- ${INSTALL_MAN} ${WRKSRC}/cfiles.1 ${STAGEDIR}${MAN5PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/cfiles.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.pre.mk>