1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/dns/dlint/Makefile
Adam Weinberger d17ef79851 Partially revert r530801
The maintainer reset rule was not applied correctly. jlaffaye's ports
are reassigned back to him, with the exception of lang/go where both
quantity and length of timeouts made the reset appropriate and
necessary.

With hat:	portmgr
2020-04-06 17:04:43 +00:00

32 lines
813 B
Makefile

# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
PORTNAME= dlint
PORTVERSION= 1.4.1
CATEGORIES= dns
MASTER_SITES= https://BSDforge.com/projects/source/dns/dlint/
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Lint for DNS zones (Domain Name Server zone verification utility)
USES= shebangfix tar:xz
NO_ARCH= yes
NO_BUILD= yes
SHEBANG_FILES= digparse
OPTIONS_DEFINE= DOCS
do-configure:
@${REINPLACE_CMD} -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint
@${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8
do-install:
cd ${WRKSRC} ; ${INSTALL_SCRIPT} dlint digparse \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/dlint.8 ${STAGEDIR}${MANPREFIX}/man/man8
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>