aboutsummaryrefslogtreecommitdiff
path: root/astro/wmsun
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-01-16 09:34:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-01-16 09:34:42 +0000
commite9421faa0b2620e7422b63286807bbbb86a24b56 (patch)
treed07ad29ce08793f61e298376d7055f258b2a91e4 /astro/wmsun
parentbc72ab5b4ab3a7ca87ddf5fac6d13a8cf85bbc22 (diff)
downloadports-e9421faa0b2620e7422b63286807bbbb86a24b56.tar.gz
ports-e9421faa0b2620e7422b63286807bbbb86a24b56.zip
First pass at moving manpages to share/man for category a*
Notes
Notes: svn path=/head/; revision=523220
Diffstat (limited to 'astro/wmsun')
-rw-r--r--astro/wmsun/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile
index 27617e436775..8b94d3b608eb 100644
--- a/astro/wmsun/Makefile
+++ b/astro/wmsun/Makefile
@@ -22,11 +22,11 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
INCDIR="-I${LOCALBASE}/include" LIBDIR="-L${LOCALBASE}/lib"
MAKE_JOBS_UNSAFE= yes
-PLIST_FILES= bin/wmsun man/man1/wmsun.1.gz
+PLIST_FILES= bin/wmsun share/man/man1/wmsun.1.gz
WRKSRC= ${WRKDIR}/dockapps-a1e67bd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmsun ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/wmsun.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/wmsun.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>