1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Switch to USES=libtool, drop .la files

This commit is contained in:
Dmitry Marakasov 2014-07-02 23:32:37 +00:00
parent 4eb1ddd3eb
commit 7ed9c91ef5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360312
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= str
PORTVERSION= 0.9.12
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
@ -10,7 +11,7 @@ MASTER_SITE_SUBDIR= lib/${PORTNAME}
MAINTAINER= vd@FreeBSD.org
COMMENT= Generic String Library
USES= desthack
USES= desthack libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

View File

@ -1,8 +1,8 @@
bin/str-config
include/str.h
lib/libstr.a
lib/libstr.la
lib/libstr.so
lib/libstr.so.9
lib/libstr.so.9.0.32
man/man1/str-config.1.gz
man/man3/str.3.gz