- Drop .la files, no dependees require them
- Strip libraries
This commit is contained in:
parent
fa8392b0b3
commit
a8a30ad1b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367935
2 changed files with 5 additions and 3 deletions
|
@ -3,14 +3,14 @@
|
|||
|
||||
PORTNAME= libmimedir
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library for parsing RFC2425 MIME Directory Profile information
|
||||
|
||||
USES= bison desthack libtool:keepla
|
||||
USES= bison desthack libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -19,6 +19,9 @@ MAKE_JOBS_UNSAFE=yes
|
|||
post-patch:
|
||||
${REINPLACE_CMD} -e 's/444/644/g' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmimedir.so
|
||||
|
||||
regression-test:
|
||||
cd ${WRKSRC} && ./test
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
include/libmimedir.h
|
||||
lib/libmimedir.a
|
||||
lib/libmimedir.la
|
||||
lib/libmimedir.so
|
||||
lib/libmimedir.so.0
|
||||
lib/libmimedir.so.0.0.0
|
||||
|
|
Loading…
Reference in a new issue