mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Add LICENSE_FILE
- Strip library
This commit is contained in:
parent
fa5163da2f
commit
326fd96378
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388460
@ -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 <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user