mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Strip binaries
This commit is contained in:
parent
8847a2da88
commit
c01a730273
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390076
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libpwstor
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -23,4 +24,8 @@ CFLAGS+= -fPIC -DPIC
|
||||
CONFIGURE_ARGS+=--enable-debug
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pwtool
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpwstor.so
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user