mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/plpgsql_check: Add missing stripping
This commit is contained in:
parent
42693a5adc
commit
b1a51c27b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445131
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= plpgsql_check
|
||||
PORTVERSION= 1.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
|
||||
|
||||
|
@ -27,4 +28,7 @@ GH_ACCOUNT= okbob
|
|||
|
||||
WANT_PGSQL= server
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/plpgsql_check.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue