diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-09 08:03:59 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-09 08:03:59 +0000 |
| commit | d994a8d5a2b36ce6404807561efe3581ead0f64f (patch) | |
| tree | 8f43ab5add26223ffb3aa2f5f7c86b56ca267b5f /databases/postgresql-plruby/Makefile | |
| parent | ed4a2bfc53dfe14d151f767bd0d256eb75e39e2c (diff) | |
Notes
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 |
