From 7d5605da54ab18c7be91dc4549ffaee723af8983 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 2 Jun 2015 12:27:33 +0000 Subject: - Switch to USES=autoreconf - Strip library --- misc/skyutils/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'misc') diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile index c864721545b..6eb7bee4f3a 100644 --- a/misc/skyutils/Makefile +++ b/misc/skyutils/Makefile @@ -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 -- cgit