mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Switch to USES=autoreconf
- Strip library
This commit is contained in:
parent
704b15243f
commit
d9e6627c59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388325
1 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= skyutils
|
||||
PORTVERSION= 2.9
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= LOCAL/laszlof \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
@ -11,15 +11,16 @@ MASTER_SITES= LOCAL/laszlof \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library required by smssend (same author)
|
||||
|
||||
USES= libtool
|
||||
USES= autoreconf libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libskyutils.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue