aboutsummaryrefslogtreecommitdiff
path: root/emulators/gxemul
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 13:12:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 13:13:03 +0000
commit64631af5a788e3083ad88fb728a95a3499015a6d (patch)
treef7251c19247da84b1439915277c99d2b60b9182e /emulators/gxemul
parentc11203465b63c7f1ed48a4eed6b1f3f265a6d512 (diff)
downloadports-64631af5a788e3083ad88fb728a95a3499015a6d.tar.gz
ports-64631af5a788e3083ad88fb728a95a3499015a6d.zip
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'emulators/gxemul')
-rw-r--r--emulators/gxemul/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile
index 19dbd77af46e..e75b76afd7ca 100644
--- a/emulators/gxemul/Makefile
+++ b/emulators/gxemul/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gxemul
PORTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://gavare.se/gxemul/src/
@@ -20,7 +21,7 @@ CONFIGURE_ENV= CXX=${CXX} \
BINARY_ALIAS= doxygen=${FALSE}
PLIST_FILES= bin/gxemul \
- man/man1/gxemul.1.gz
+ share/man/man1/gxemul.1.gz
PORTDOCS= *
OPTIONS_DEFINE= DOCS X11
@@ -33,7 +34,7 @@ X11_CONFIGURE_OFF= --disable-x
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gxemul ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/gxemul.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/man/gxemul.1 ${STAGEDIR}${PREFIX}/share/man/man1
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}