svn commit: r388325 - head/misc/skyutils

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 12:27:34 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list