diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-01 13:43:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-01 13:43:49 +0800 |
commit | 9a86194c85b7d5131e7f7fc0300787a1a1502654 (patch) | |
tree | 08b7cafe06d2548d04e539ff6db0d0d5b2c387bc /databases | |
parent | 5159f25d184e7e5490f849e2bd99552ea0060239 (diff) | |
download | freebsd-ports-gnome-9a86194c85b7d5131e7f7fc0300787a1a1502654.tar.gz freebsd-ports-gnome-9a86194c85b7d5131e7f7fc0300787a1a1502654.tar.zst freebsd-ports-gnome-9a86194c85b7d5131e7f7fc0300787a1a1502654.zip |
- Fix shebang
- Bump PORTREVISION for package change
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-KyotoCabinet/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/p5-KyotoCabinet/Makefile b/databases/p5-KyotoCabinet/Makefile index ea50fe1cbd2e..95371e3a29c2 100644 --- a/databases/p5-KyotoCabinet/Makefile +++ b/databases/p5-KyotoCabinet/Makefile @@ -3,6 +3,7 @@ PORTNAME= KyotoCabinet PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= http://fallabs.com/kyotocabinet/perlpkg/ PKGNAMEPREFIX= p5- @@ -15,9 +16,11 @@ LICENSE= GPLv3 LIB_DEPENDS= libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= *.pl + post-patch: # do not run misc tests which seem to be endless @${REINPLACE_CMD} -e '/kctest.pl misc/d' ${WRKSRC}/test.pl |