aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2024-03-07 04:32:58 +0000
committerDon Lewis <truckman@FreeBSD.org>2024-03-07 04:36:13 +0000
commit6f205cb635324516f24d478058b2533e0123ca73 (patch)
tree105ed984536076b895322351a40901def50ba672
parent07a729f640d965486cf2af26c21c8d9891766e43 (diff)
downloadports-6f205cb635324516f24d478058b2533e0123ca73.tar.gz
ports-6f205cb635324516f24d478058b2533e0123ca73.zip
dns/dnstable: Move man pages to share/man
Move the man pages. We no longer need post-install to install them. Sponsored by: DomainTools LLC
-rw-r--r--dns/dnstable/Makefile8
-rw-r--r--dns/dnstable/pkg-plist22
2 files changed, 13 insertions, 17 deletions
diff --git a/dns/dnstable/Makefile b/dns/dnstable/Makefile
index a16620f0c8a0..a3990c0c7f0c 100644
--- a/dns/dnstable/Makefile
+++ b/dns/dnstable/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dnstable
PORTVERSION= 0.14.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
@@ -18,11 +18,7 @@ USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
-post-install:
-.for i in 1 3 5 7
- ${INSTALL_MAN} ${WRKSRC}/man/*.${i} ${STAGEDIR}/${PREFIX}/man/man${i}
-.endfor
-
.include <bsd.port.mk>
diff --git a/dns/dnstable/pkg-plist b/dns/dnstable/pkg-plist
index 9d4684d3d8d7..fbf036fe11fa 100644
--- a/dns/dnstable/pkg-plist
+++ b/dns/dnstable/pkg-plist
@@ -7,14 +7,14 @@ lib/libdnstable.so
lib/libdnstable.so.0
lib/libdnstable.so.0.3.0
libdata/pkgconfig/libdnstable.pc
-man/man1/dnstable_dump.1.gz
-man/man1/dnstable_lookup.1.gz
-man/man1/dnstable_merge.1.gz
-man/man3/dnstable_entry.3.gz
-man/man3/dnstable_iter.3.gz
-man/man3/dnstable_merge_func.3.gz
-man/man3/dnstable_query.3.gz
-man/man3/dnstable_reader.3.gz
-man/man3/dnstable_stat.3.gz
-man/man5/dnstable-encoding.5.gz
-man/man7/dnstable.7.gz
+share/man/man1/dnstable_dump.1.gz
+share/man/man1/dnstable_lookup.1.gz
+share/man/man1/dnstable_merge.1.gz
+share/man/man3/dnstable_entry.3.gz
+share/man/man3/dnstable_iter.3.gz
+share/man/man3/dnstable_merge_func.3.gz
+share/man/man3/dnstable_query.3.gz
+share/man/man3/dnstable_reader.3.gz
+share/man/man3/dnstable_stat.3.gz
+share/man/man5/dnstable-encoding.5.gz
+share/man/man7/dnstable.7.gz