aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-20 21:43:59 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-20 22:10:21 +0000
commitaa2174731f8737045b688f50accdda49efb78322 (patch)
treeb4b9e06345ed81cda3433cf30037ec2c3e8bc852
parent31a509ebc5ea45d0b4dcdad6520773abf786b759 (diff)
downloadports-aa2174731f8737045b688f50accdda49efb78322.tar.gz
ports-aa2174731f8737045b688f50accdda49efb78322.zip
astro/jday: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--astro/jday/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/jday/Makefile b/astro/jday/Makefile
index 1359d1e6dd42..86a2eb080a52 100644
--- a/astro/jday/Makefile
+++ b/astro/jday/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jday
PORTVERSION= 2.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro
MASTER_SITES= SF
@@ -10,6 +10,7 @@ WWW= https://jday.sourceforge.net/
USES= pathfix libtool
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
@@ -19,6 +20,6 @@ PLIST_FILES= bin/dbd bin/j2d bin/jday \
include/jday.h lib/libjday.a \
lib/libjday.so lib/libjday.so.2 \
lib/libjday.so.2.0.4 libdata/pkgconfig/jday.pc \
- man/man1/jday.1.gz
+ share/man/man1/jday.1.gz
.include <bsd.port.mk>