Skip to content

Commit

Permalink
dns/dnstable-convert: Move man pages to share/man
Browse files Browse the repository at this point in the history
Move the man pages.  We no longer need post-install to install them.

Sponsored by:	DomainTools LLC
  • Loading branch information
DonLewisFreeBSD committed Mar 7, 2024
1 parent 6f205cb commit b75402a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions dns/dnstable-convert/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dnstable-convert
PORTVERSION= 0.12.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight

Expand All @@ -21,12 +21,10 @@ RUN_DEPENDS= sie-nmsg>0:net/sie-nmsg
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
PLIST_FILES= bin/dnstable_convert bin/dnstable_unconvert \
man/man1/dnstable_convert.1.gz \
man/man1/dnstable_unconvert.1.gz

post-install:
${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}/${PREFIX}/man/man1
share/man/man1/dnstable_convert.1.gz \
share/man/man1/dnstable_unconvert.1.gz

.include <bsd.port.mk>

0 comments on commit b75402a

Please sign in to comment.