diff options
author | tobik <tobik@FreeBSD.org> | 2019-09-19 20:55:31 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-09-19 20:55:31 +0800 |
commit | 5d9821ccd6ca66eccaf3eec05c143bdb4313b5bd (patch) | |
tree | 5db45bc5660c06a11e61821e919003f3c678aedf /sysutils | |
parent | b25943015682366676a64b346b9834337cadb432 (diff) | |
download | freebsd-ports-gnome-5d9821ccd6ca66eccaf3eec05c143bdb4313b5bd.tar.gz freebsd-ports-gnome-5d9821ccd6ca66eccaf3eec05c143bdb4313b5bd.tar.zst freebsd-ports-gnome-5d9821ccd6ca66eccaf3eec05c143bdb4313b5bd.zip |
sysutils/afio: Drop nop EXAMPLES_SHEBANG_FILES
There is no opt_SHEBANG_FILES helper.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/afio/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/afio/Makefile b/sysutils/afio/Makefile index b339243fac3b..b5e54c64e6e4 100644 --- a/sysutils/afio/Makefile +++ b/sysutils/afio/Makefile @@ -14,9 +14,6 @@ LICENSE_COMB= multi USES= tar:tgz -EXAMPLES_USES= shebangfix -EXAMPLES_SHEBANG_FILES= ${WRKSRC}/script1/backup ${WRKSRC}/script2/backup - ALL_TARGET= ${PORTNAME} SUB_FILES= pkg-message |