diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-20 13:30:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-20 13:30:56 +0000 |
commit | dfa0f917dccacbd4fc8bbbdc48bb68dc552ae043 (patch) | |
tree | 5d54a599d0e62219300314af89d966b97fb85d65 | |
parent | 582a204f377737987f0513f9aeeabbe4ada101eb (diff) |
Notes
-rw-r--r-- | devel/scandoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/scandoc/Makefile b/devel/scandoc/Makefile index a6dcc277f158..60cb0a996739 100644 --- a/devel/scandoc/Makefile +++ b/devel/scandoc/Makefile @@ -13,7 +13,8 @@ COMMENT= C/C++ documentation generator # the file COPYING should be removed from DOCSDIR installation and plist #LICENSE= ARTPERL10 -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ${PORTNAME} NO_BUILD= yes OPTIONS_DEFINE= DOCS |