diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-07 21:12:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-07 21:12:31 +0800 |
commit | c51dc118d16532cbb0975f6a1283f79f0f639846 (patch) | |
tree | 5522ebdbbbc41a02fbc8bf3da8fa96b3719b6d61 /hebrew | |
parent | d6971706dddb262040a6508b9b7e08ba636e3147 (diff) | |
download | freebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.tar.gz freebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.tar.zst freebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.zip |
Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts
Diffstat (limited to 'hebrew')
-rw-r--r-- | hebrew/hspell/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/hebrew/hspell/Makefile b/hebrew/hspell/Makefile index b1a3ce12d95a..ccae600e8fcc 100644 --- a/hebrew/hspell/Makefile +++ b/hebrew/hspell/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: hspell -# Date created: 03 Feb 2003 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= hspell PORTVERSION= 1.1 @@ -15,10 +11,12 @@ MASTER_SITE_SUBDIR= makc MAINTAINER= onatan@gmail.com COMMENT= Hebrew spellchecker and morphology engine +USES= shebangfix USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes CFLAGS+= -fPIC +SHEBANG_FILES= pmerge MAN1= hspell.1 MAN3= hspell.3 |