mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
e1cadfcb2c
commit
456cf317f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360100
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= smp_utils
|
||||
PORTVERSION= 0.98
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://sg.danny.cz/sg/p/
|
||||
EXTRACT_SUFX= .tgz
|
||||
@ -10,7 +11,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= delphij@FreeBSD.org
|
||||
COMMENT= Utilities to send SAS Serial Management Protocol requests
|
||||
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
include/scsi/smp_lib.h
|
||||
lib/libsmputils1.so.1.0.0
|
||||
lib/libsmputils1.so.1
|
||||
lib/libsmputils1.so
|
||||
lib/libsmputils1.la
|
||||
lib/libsmputils1.a
|
||||
bin/smp_conf_general
|
||||
bin/smp_conf_phy_event
|
||||
|
Loading…
Reference in New Issue
Block a user