mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool
- Strip libraries
This commit is contained in:
parent
29f7e5a45b
commit
2a45d9d133
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364824
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= sysfsutils
|
||||
PORTVERSION= 2.1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/linux-diag/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -11,7 +11,8 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= System Utilities Based on Sysfs
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool:keepla
|
||||
USES= libtool
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -6,7 +6,6 @@ bin/systool
|
||||
include/sysfs/dlist.h
|
||||
include/sysfs/libsysfs.h
|
||||
lib/libsysfs.a
|
||||
lib/libsysfs.la
|
||||
lib/libsysfs.so
|
||||
lib/libsysfs.so.2
|
||||
lib/libsysfs.so.2.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user