1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/textproc/igor/Makefile
Frederic Culot 8bddb0c522 - Update to 1.474
PR:		ports/191569
Submitted by:	wblock@ (maintainer)
2014-07-04 09:11:28 +00:00

29 lines
646 B
Makefile

# $FreeBSD$
PORTNAME= igor
PORTVERSION= 1.474
CATEGORIES= textproc
MASTER_SITES= http://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/
MAINTAINER= wblock@FreeBSD.org
COMMENT= FreeBSD Documentation Project sanity check script
LICENSE= BSD2CLAUSE
USES= perl5
USE_PERL5= run
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>