1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/rclint/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

32 lines
739 B
Makefile

PORTNAME= rclint
PORTVERSION= 1.1.0
CATEGORIES= devel textproc python
MASTER_SITES= http://www.bayofrum.net/dist/rclint/ \
LOCAL/crees/
MAINTAINER= crees@FreeBSD.org
COMMENT= Checks rc scripts for style and common errors
LICENSE= BSD2CLAUSE
NO_BUILD= yes
USES= python:run shebangfix
SUB_FILES= ${PORTNAME}
SUB_LIST= PYTHON_CMD=${PYTHON_CMD}
SHEBANG_FILES= *.py
PLIST_FILES= bin/${PORTNAME}
PORTDATA= ${PORTNAME}.py errors.en
post-patch:
${REINPLACE_CMD} -e "s,\(DATADIR = \)'\.',\1'${DATADIR}'," \
${WRKSRC}/${PORTNAME}.py
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${PORTDATA:S,^,${WRKSRC}/,} ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>