diff options
Diffstat (limited to 'databases/postgresql-plruby/Makefile')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 5 |
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 |