1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/idnits: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2021-04-18 12:58:16 +08:00
parent aea1565dde
commit f299506712
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -13,15 +13,16 @@ LICENSE= GPLv2+
RUN_DEPENDS= bash:shells/bash
NO_ARCH= yes
NO_BUILD= yes
USES= shebangfix tar:tgz
PLIST_FILES= bin/${PORTNAME}
NO_ARCH= yes
NO_BUILD= yes
SHEBANG_FILES= ${PORTNAME}
PLIST_FILES= bin/idnits
SHEBANG_FILES= idnits
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/idnits ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>