diff options
-rw-r--r-- | textproc/idnits/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index 3e95e48fae4e..831400b75903 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -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> |