mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
30 lines
623 B
Makefile
30 lines
623 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= igor
|
|
PORTVERSION= 1.376
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/
|
|
|
|
MAINTAINER= wblock@FreeBSD.org
|
|
COMMENT= FreeBSD Documentation Project sanity check script
|
|
|
|
LICENSE= BSD
|
|
|
|
USES= perl5
|
|
USE_PERL5= run
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
|
|
|
|
.include <bsd.port.mk>
|