aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-02 20:27:33 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-02 20:27:33 +0800
commit7d5605da54ab18c7be91dc4549ffaee723af8983 (patch)
tree24a4b5e583984b867a323c5253236249a6589154 /misc
parent797b908877920791f4c4b2fabe1b4d8a5942683f (diff)
downloadfreebsd-ports-gnome-7d5605da54ab18c7be91dc4549ffaee723af8983.tar.gz
freebsd-ports-gnome-7d5605da54ab18c7be91dc4549ffaee723af8983.tar.zst
freebsd-ports-gnome-7d5605da54ab18c7be91dc4549ffaee723af8983.zip
- Switch to USES=autoreconf
- Strip library
Diffstat (limited to 'misc')
-rw-r--r--misc/skyutils/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile
index c864721545b7..6eb7bee4f3a4 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 <bsd.port.mk>