mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
12c0940c62
Changes: 2.12.12: - Recognize references in ABNF comments. Since v2.08.03 references in ABNF parts of a document have been ignored, to avoid spurious warnings because of bracketed ABNF explressions; but within ABNF comments it is appropriate to register references. 2.12.11: - Added support for explicitly noting downrefs for which excemptions has been granted in the past (based on http://trac.tools.ietf.org/group/iesg/trac/wiki/DownrefRegistry). 2.12.10: - Added diagnostic messages for various downloaded status files when running in verbose mode.
32 lines
642 B
Makefile
32 lines
642 B
Makefile
# New ports collection makefile for: idnits
|
|
# Date Created: 9 July 2004
|
|
# Whom: fenner@FreeBSD.Org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= idnits
|
|
PORTVERSION= 2.12.12
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://tools.ietf.org/tools/idnits/ \
|
|
LOCAL/sunpoet
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Looks for problems in internet draft formatting
|
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|' \
|
|
${WRKSRC}/${PORTNAME}
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|