diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-26 02:49:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-26 02:49:34 +0800 |
commit | 993a03489b747fb4109adbcdba04d9d73ae39e46 (patch) | |
tree | a5afd1c3c107512f4ac9ae85b191cbbe014270ed /databases/postgresql-plruby | |
parent | c181fdb07f59fb59192d6858783b7a5072abcf5a (diff) | |
download | freebsd-ports-gnome-993a03489b747fb4109adbcdba04d9d73ae39e46.tar.gz freebsd-ports-gnome-993a03489b747fb4109adbcdba04d9d73ae39e46.tar.zst freebsd-ports-gnome-993a03489b747fb4109adbcdba04d9d73ae39e46.zip |
Allow ports using ruby extconf to be built as non root
PR: ports/191313
Diffstat (limited to 'databases/postgresql-plruby')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 0c7f1060c849..68e0e9070efd 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -20,9 +20,8 @@ WANT_PGSQL= server USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_RUBY_RDOC= yes -NEED_ROOT= yes -POSTGRESQL_PORT?= databases/postgresql${PGSQL_VER}-server +POSTGRESQL_PORT?= databases/postgresql${PGSQL_VER_NODOT}-server PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT} PGSQL_WRKSRC_CMD= cd ${PGSQL_PORTDIR} && ${MAKE} -V WRKSRC |