aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 15:09:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 15:11:29 +0000
commitd4329229fbe8ad0a96a1b9ec796d17cf512455d1 (patch)
treebafbd1ae43d70259bde776544f2f6a47cfa33dfc /astro
parent23d0853a55a12096d3ffae672925a3ded9647fe0 (diff)
downloadports-d4329229fbe8ad0a96a1b9ec796d17cf512455d1.tar.gz
ports-d4329229fbe8ad0a96a1b9ec796d17cf512455d1.zip
MANPREFIX: eliminate its usage
While here move manpages to share/man
Diffstat (limited to 'astro')
-rw-r--r--astro/astrometry/Makefile1
-rw-r--r--astro/xearth/Makefile5
2 files changed, 3 insertions, 3 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile
index 222312d6c194..fb5919ed36df 100644
--- a/astro/astrometry/Makefile
+++ b/astro/astrometry/Makefile
@@ -44,7 +44,6 @@ LDFLAGS+= -lz
CONFLICTS_INSTALL= afni p5-Text-RecordParser # bin/imstat bin/tabmerge
-MANDIRS= ${MANPREFIX}/man/man1
SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS EXAMPLES
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