diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-14 03:02:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-14 03:02:21 +0800 |
commit | 8e08286dda7e8091bb0b99d88c5df9b9c339eb57 (patch) | |
tree | 2ef5f07355e72b66e7302853c484a59f5e82029a /mail | |
parent | 9a868be13ae83a65af10bbe3f978a498278dab2e (diff) | |
download | freebsd-ports-gnome-8e08286dda7e8091bb0b99d88c5df9b9c339eb57.tar.gz freebsd-ports-gnome-8e08286dda7e8091bb0b99d88c5df9b9c339eb57.tar.zst freebsd-ports-gnome-8e08286dda7e8091bb0b99d88c5df9b9c339eb57.zip |
- Fix shebangs (actually affects slave bogofilter-tc port)
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 88cf5c5e1295..a98bd3f66079 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -3,7 +3,7 @@ PORTNAME= bogofilter PORTVERSION= 1.2.4 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION} @@ -22,7 +22,9 @@ UNICODE_DESC= Normalize tokens to Unicode (UTF-8) (recommended) CONFLICTS_INSTALL?= bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]* -USES= cpe perl5 tar:bzip2 +USES= cpe perl5 shebangfix tar:bzip2 +SHEBANG_FILES= contrib/randomtrain.sh \ + contrib/scramble.sh USE_PERL5= run GNU_CONFIGURE= yes |