blob: c1829a0578d3d9164f4211a2f981d75ffcca9d12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: idnits
# Date Created: 9 July 2004
# Whom: fenner@FreeBSD.Org
#
# $FreeBSD$
PORTNAME= idnits
PORTVERSION= 2.12.05
CATEGORIES= textproc
MASTER_SITES= http://tools.ietf.org/tools/idnits/ \
http://sunpoet.net/distfiles/
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/idnits
post-patch:
@${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|g' \
${WRKSRC}/${PORTNAME}
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>
|