freebsd-ports/textproc/idnits/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

28 lines
604 B
Makefile

# New ports collection makefile for: idnits
# Date Created: 9 July 2004
# Whom: fenner@FreeBSD.Org
#
# $FreeBSD$
PORTNAME= idnits
PORTVERSION= 2.08.10
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://tools.ietf.org/tools/idnits/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Looks for problems in internet draft formatting
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
NO_BUILD= YES
post-patch:
@${REINPLACE_CMD} -e 's|^#!/bin/bash|#!${LOCALBASE}/bin/bash|g' \
${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>