aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-04-28 21:31:31 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-04-28 21:31:31 +0000
commite32eeb8bc95dc3e00105c622d055c9177d928ba4 (patch)
tree481f44c83e85357eb12d2a9f0bc58d63e3d19194 /comms
parentf307be961265f4a67aa94291e46d209e5022eebc (diff)
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/spandsp-devel/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile
index 44d010592047..69278c913df8 100644
--- a/comms/spandsp-devel/Makefile
+++ b/comms/spandsp-devel/Makefile
@@ -1,14 +1,15 @@
+# Created by: William Lloyd <wlloyd@slap.net>
# $FreeBSD$
PORTNAME= spandsp
DISTVERSION= 0.0.6pre21
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/
PKGNAMESUFFIX= -devel
EXTRACT_SUFX= .tgz
-MAINTAINER= nemysis@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= DSP library and software FAX machine
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
@@ -39,10 +40,12 @@ CONFIGURE_ARGS+=--disable-doc
.endif
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspandsp.so.2
+
.if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && \
- ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} "-type d -or -mindepth 1")
+ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "-type d -or -mindepth 1")
.endif
.include <bsd.port.mk>