Skip to content

Commit

Permalink
textproc/idnits: Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 18, 2021
1 parent aea1565 commit f299506
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions textproc/idnits/Makefile
Expand Up @@ -13,15 +13,16 @@ LICENSE= GPLv2+

RUN_DEPENDS= bash:shells/bash

USES= shebangfix tar:tgz

NO_ARCH= yes
NO_BUILD= yes
USES= shebangfix tar:tgz

PLIST_FILES= bin/${PORTNAME}
PLIST_FILES= bin/idnits

SHEBANG_FILES= ${PORTNAME}
SHEBANG_FILES= idnits

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/idnits ${STAGEDIR}${PREFIX}/bin/

.include <bsd.port.mk>

0 comments on commit f299506

Please sign in to comment.