mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Use USES=libtool
- Strip shared library in post-install: - Bump PORTREVISION for package change
This commit is contained in:
parent
d48bb98dd8
commit
7330d63edd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356335
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= unshield
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SF/synce/Unshield/${PORTVERSION}
|
||||
|
||||
@ -14,9 +14,9 @@ LICENSE= MIT
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool:keepla pathfix
|
||||
USES= libtool pathfix
|
||||
|
||||
post-build:
|
||||
@${STRIP_CMD} ${WRKSRC}/lib/.libs/libunshield.so.0.0.0
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libunshield.so.0.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/unshield
|
||||
include/libunshield.h
|
||||
lib/libunshield.a
|
||||
lib/libunshield.la
|
||||
lib/libunshield.so
|
||||
lib/libunshield.so.0
|
||||
lib/libunshield.so.0.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user