Date: Tue, 2 Jun 2015 12:27:33 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388325 - head/misc/skyutils Message-ID: <201506021227.t52CRXTh082828@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 2 12:27:33 2015 New Revision: 388325 URL: https://svnweb.freebsd.org/changeset/ports/388325 Log: - Switch to USES=autoreconf - Strip library Modified: head/misc/skyutils/Makefile Modified: head/misc/skyutils/Makefile ============================================================================== --- head/misc/skyutils/Makefile Tue Jun 2 12:26:03 2015 (r388324) +++ head/misc/skyutils/Makefile Tue Jun 2 12:27:33 2015 (r388325) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506021227.t52CRXTh082828>