Index: head/databases/postgresql-pllua/Makefile =================================================================== --- head/databases/postgresql-pllua/Makefile (revision 418717) +++ head/databases/postgresql-pllua/Makefile (revision 418718) @@ -1,22 +1,25 @@ # Created by: sunghyuk # $FreeBSD$ PORTNAME= pllua PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/3481/ PKGNAMEPREFIX= postgresql- MAINTAINER= sunghyuk@gmail.com COMMENT= PL/Lua procedural language for PostgreSQL database -USES+= gmake lua pgsql:9.1- +LICENSE= MIT + +USES= gmake lua pgsql:9.1- INSTALL_TARGET= install-strip SUB_FILES= pkg-message PKGMESSAGE= ${WRKSRC}/pkg-message MAKE_ARGS= LUAINC=-I${LUA_INCDIR} \ LUALIB="-L${LUA_LIBDIR} -llua-${LUA_VER}" .include Index: head/databases/postgresql-pllua/files/pkg-message.in =================================================================== --- head/databases/postgresql-pllua/files/pkg-message.in (revision 418717) +++ head/databases/postgresql-pllua/files/pkg-message.in (revision 418718) @@ -1,3 +1,3 @@ Use the following sql script to create PL/Lua - ex) psql -f %%PREFIX%%/share/postgresql/contrib/pllua.sql + ex) psql -c "CREATE EXTENSION pllua" Index: head/databases/postgresql-pllua/pkg-plist =================================================================== --- head/databases/postgresql-pllua/pkg-plist (revision 418717) +++ head/databases/postgresql-pllua/pkg-plist (revision 418718) @@ -1,2 +1,3 @@ lib/postgresql/pllua.so -share/postgresql/contrib/pllua--1.0.sql +share/postgresql/extension/pllua--1.0.sql +share/postgresql/extension/pllua.control