diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 04:58:16 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 05:42:11 +0000 |
commit | f29950671253091afaf76cbae13577ca4cecf60f (patch) | |
tree | 96acc0657f4393070399d83f701ddf07262ee48a | |
parent | aea1565ddef0c218d52f8d022425135f6680609e (diff) | |
download | ports-f29950671253091afaf76cbae13577ca4cecf60f.tar.gz ports-f29950671253091afaf76cbae13577ca4cecf60f.zip |
-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> |