aboutsummaryrefslogtreecommitdiff
path: root/x11/xrootconsole
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 15:40:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 15:41:04 +0000
commite10e2022a9b32f3a8011a08e3929fa263a7bdb5d (patch)
tree3f44d94b03a5bd9019dd39d21232987b20cdcfa0 /x11/xrootconsole
parent73574bb9bc7ae2e2fb10345627d9c86802ffb650 (diff)
downloadports-e10e2022a9b32f3a8011a08e3929fa263a7bdb5d.tar.gz
ports-e10e2022a9b32f3a8011a08e3929fa263a7bdb5d.zip
MAN[1-5]PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'x11/xrootconsole')
-rw-r--r--x11/xrootconsole/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xrootconsole/Makefile b/x11/xrootconsole/Makefile
index 2086cfdc42be..64410d152976 100644
--- a/x11/xrootconsole/Makefile
+++ b/x11/xrootconsole/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xrootconsole
PORTVERSION= 0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= SF
@@ -11,7 +11,7 @@ WWW= https://sourceforge.net/projects/xrootconsole/
USES= gmake xorg
USE_XORG= x11
-PLIST_FILES= bin/xrootconsole man/man1/xrootconsole.1.gz
+PLIST_FILES= bin/xrootconsole share/man/man1/xrootconsole.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|^CC =|CC ?=|g ; \
s|^CFLAGS = -O2|CFLAGS +=|g ; \
@@ -19,6 +19,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xrootconsole ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xrootconsole.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/xrootconsole.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>