cccb1d4339
- Do not silence installation message Changes: http://tools.ietf.org/tools/idnits/changelog
28 lines
567 B
Makefile
28 lines
567 B
Makefile
# Created by: fenner@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= idnits
|
|
PORTVERSION= 2.13.02
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://tools.ietf.org/tools/idnits/ \
|
|
LOCAL/sunpoet
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Looks for problems in internet draft formatting
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
|
|
|
|
NO_BUILD= yes
|
|
USES= shebangfix tar:tgz
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
SHEBANG_FILES= ${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|