diff options
author | bofh <bofh@FreeBSD.org> | 2018-11-30 08:54:51 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2018-11-30 08:54:51 +0800 |
commit | c9bb6279fa13be589a394269eb2c9abdc6cfd73d (patch) | |
tree | e0fe2b0bfb9bc588524a5bf9522e8063b42d7a44 /devel/p5-App-SVN-Bisect/Makefile | |
parent | 7b9f3e849c91521d5822862efad6e301a596ab90 (diff) | |
download | freebsd-ports-gnome-c9bb6279fa13be589a394269eb2c9abdc6cfd73d.tar.gz freebsd-ports-gnome-c9bb6279fa13be589a394269eb2c9abdc6cfd73d.tar.zst freebsd-ports-gnome-c9bb6279fa13be589a394269eb2c9abdc6cfd73d.zip |
devel/p5-App-SVN-Bisect: Fix typos
PR: 233276
Submitted by: yasu@utahime.org
Diffstat (limited to 'devel/p5-App-SVN-Bisect/Makefile')
-rw-r--r-- | devel/p5-App-SVN-Bisect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-App-SVN-Bisect/Makefile b/devel/p5-App-SVN-Bisect/Makefile index 34bd29e5065f..aaa8b0733688 100644 --- a/devel/p5-App-SVN-Bisect/Makefile +++ b/devel/p5-App-SVN-Bisect/Makefile @@ -3,7 +3,7 @@ PORTNAME= App-SVN-Bisect PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,6 +25,6 @@ USES= perl5 USE_PERL5= configure shebangfix NO_ARCH= yes -SHEBANNG_FILES= bin/svn-bisect +SHEBANG_FILES= bin/svn-bisect .include <bsd.port.mk> |