aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-plruby/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-02-09 16:03:59 +0800
committerknu <knu@FreeBSD.org>2003-02-09 16:03:59 +0800
commitbb44bf4d872ea0cd7ecfdec646b7cf7e95907210 (patch)
tree90c654c3106af38c268a376954c4685ae2b5cb3a /databases/postgresql-plruby/Makefile
parenta1561ce6772d6ba1daadce4f83cbe94ac9716253 (diff)
downloadfreebsd-ports-gnome-bb44bf4d872ea0cd7ecfdec646b7cf7e95907210.tar.gz
freebsd-ports-gnome-bb44bf4d872ea0cd7ecfdec646b7cf7e95907210.tar.zst
freebsd-ports-gnome-bb44bf4d872ea0cd7ecfdec646b7cf7e95907210.zip
Update to 0.3.2.
Diffstat (limited to 'databases/postgresql-plruby/Makefile')
-rw-r--r--databases/postgresql-plruby/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile
index 07eb9bf7c609..a9db07a76d50 100644
--- a/databases/postgresql-plruby/Makefile
+++ b/databases/postgresql-plruby/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= plruby
-PORTVERSION= 0.3.1
+PORTVERSION= 0.3.2
CATEGORIES= databases ruby
MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/
PKGNAMEPREFIX= postgresql-
@@ -38,6 +38,9 @@ DOCS= Changes README.en plruby.html plruby.rd
PKGMESSAGE= ${WRKDIR}/createlang.sql
+post-extract:
+ ${FIND} ${WRKSRC} -name '*~' -delete
+
post-patch:
${RUBY} -i -pe 'gsub /test_mklang\.sql/, "../createlang.sql"' \
${WRKSRC}/test/*/runtest