mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
19bd5d7c6b
commit
a6092dbc3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361460
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= liboping
|
||||
PORTVERSION= 0.3.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://verplant.org/liboping/files/ \
|
||||
http://matt.peterson.org/FreeBSD/ports/
|
||||
@ -11,6 +12,8 @@ MAINTAINER= matt@peterson.org
|
||||
COMMENT= C library to generate ICMP echo requests
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
bin/oping
|
||||
include/oping.h
|
||||
lib/liboping.la
|
||||
lib/liboping.a
|
||||
lib/liboping.so
|
||||
lib/liboping.so.0
|
||||
lib/liboping.so.0.0.3
|
||||
man/man3/liboping.3.gz
|
||||
man/man3/ping_construct.3.gz
|
||||
man/man3/ping_get_error.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user