diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2012-06-13 08:51:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2012-06-13 08:51:13 +0000 |
commit | dfb6e523b13ee8a6927a658ff9a51940f198d79a (patch) | |
tree | cc5dc88fdfe28c8e4da6a8b6afbed916efac1b9b /databases/postgresql-plruby | |
parent | - Update to 3.121640 (diff) |
Avoid fetch during build.
PR: ports/168969
Submitted by: swills
Notes
Notes:
svn path=/head/; revision=299184
Diffstat (limited to 'databases/postgresql-plruby')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index ed3fc4a773ab..50b27be866b9 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -43,7 +43,7 @@ DOCS= Changes plruby.html plruby.rd PKGMESSAGE= ${WRKDIR}/createlang.sql -pre-configure: +pre-patch: cd ${PGSQL_PORTDIR} && ${MAKE} -DBATCH patch post-build: |