From 326fd96378ece9db39aa5b31461f3f4c2613ee35 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 3 Jun 2015 17:27:30 +0000 Subject: - Add LICENSE_FILE - Strip library --- databases/postgresql-plproxy/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/postgresql-plproxy/Makefile b/databases/postgresql-plproxy/Makefile index a5c98804b202..fe5401f75874 100644 --- a/databases/postgresql-plproxy/Makefile +++ b/databases/postgresql-plproxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= plproxy PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/3392/ PKGNAMEPREFIX= postgresql- @@ -11,8 +12,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PL/Proxy - database partitioning system LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES+= bison gmake pgsql +USES= bison gmake pgsql PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000207 @@ -28,4 +30,7 @@ post-patch: @${REINPLACE_CMD} -e \ '/^#ifdef/s| SYS_| HAVE_SYS_|' ${WRKSRC}/src/execute.c +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/plproxy.so + .include -- cgit v1.2.3