mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
27 lines
565 B
Makefile
27 lines
565 B
Makefile
# Created by: fenner@FreeBSD.Org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= idnits
|
|
PORTVERSION= 2.12.14
|
|
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>
|