svn commit: r385353 - head/textproc/p5-Text-SpellChecker-GUI

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 3 20:50:08 UTC 2015


Author: amdmi3
Date: Sun May  3 20:50:07 2015
New Revision: 385353
URL: https://svnweb.freebsd.org/changeset/ports/385353

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/textproc/p5-Text-SpellChecker-GUI/Makefile

Modified: head/textproc/p5-Text-SpellChecker-GUI/Makefile
==============================================================================
--- head/textproc/p5-Text-SpellChecker-GUI/Makefile	Sun May  3 20:47:16 2015	(r385352)
+++ head/textproc/p5-Text-SpellChecker-GUI/Makefile	Sun May  3 20:50:07 2015	(r385353)
@@ -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:${PORTSDI
 		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>


More information about the svn-ports-all mailing list