diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-04 04:50:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-04 04:50:07 +0800 |
commit | fd29818b3a760f9c2cfc185346a564ffe2041e54 (patch) | |
tree | 19f9872634a41b89d3fe67540cc01f2562f3560c | |
parent | 1603ca67d943c891a3ef49dd1667ce542922b181 (diff) | |
download | freebsd-ports-gnome-fd29818b3a760f9c2cfc185346a564ffe2041e54.tar.gz freebsd-ports-gnome-fd29818b3a760f9c2cfc185346a564ffe2041e54.tar.zst freebsd-ports-gnome-fd29818b3a760f9c2cfc185346a564ffe2041e54.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
-rw-r--r-- | textproc/p5-Text-SpellChecker-GUI/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Text-SpellChecker-GUI/Makefile b/textproc/p5-Text-SpellChecker-GUI/Makefile index 9489e137a0f4..8cfbd424b4cc 100644 --- a/textproc/p5-Text-SpellChecker-GUI/Makefile +++ b/textproc/p5-Text-SpellChecker-GUI/Makefile @@ -3,7 +3,7 @@ PORTNAME= Text-SpellChecker-GUI PORTVERSION= 0.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \ p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ p5-Text-SpellChecker>=0:${PORTSDIR}/textproc/p5-Text-SpellChecker -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/curses-textspellchecker bin/textspellchecker USE_PERL5= configure .include <bsd.port.mk> |