summaryrefslogtreecommitdiff
path: root/astro/xearth/Makefile
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 /astro/xearth/Makefile
parentdevel/9base: move manpages under share/man (diff)
MANPREFIX: eliminate its usage
While here move manpages to share/man
Diffstat (limited to '')
-rw-r--r--astro/xearth/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile
index b91744ad849b..9226fddd1f2c 100644
--- a/astro/xearth/Makefile
+++ b/astro/xearth/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xearth
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= astro geography
MASTER_SITES= LOCAL/madpilot/xearth
@@ -16,14 +17,14 @@ USES= tar:xz xorg
USE_XORG= x11 xext sm ice xt
PLIST_FILES= bin/xearth \
- man/man1/xearth.1.gz \
+ share/man/man1/xearth.1.gz \
lib/X11/xearth/freebsd.committers.markers \
lib/X11/xearth/freebsd.ftp.markers
PLIST_DIRS= lib/X11/xearth
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1
+ ${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${PREFIX}/share/man/man1/xearth.1
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xearth
# Copy the list of FreeBSD sites & committers locations
.for marker in freebsd.committers.markers freebsd.ftp.markers