aboutsummaryrefslogtreecommitdiff
path: root/net/ortp/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-25 16:47:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-25 16:47:00 +0000
commitd1bb75a806af36bcadb25ad9904aef4cad2f8f65 (patch)
tree8f85731557179a8b63ee16e70b741993205e546a /net/ortp/Makefile
parent7314f054883962040f0c096f08bb7877f467f3a2 (diff)
downloadports-d1bb75a806af36bcadb25ad9904aef4cad2f8f65.tar.gz
ports-d1bb75a806af36bcadb25ad9904aef4cad2f8f65.zip
Notes
Diffstat (limited to 'net/ortp/Makefile')
-rw-r--r--net/ortp/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile
index 6629a57df363..9ed000058ae7 100644
--- a/net/ortp/Makefile
+++ b/net/ortp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ortp
-PORTVERSION= 0.12.0
+PORTVERSION= 0.13.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= linphone/ortp/sources
@@ -17,6 +17,11 @@ COMMENT= A Real-time Transport Protocol (RTP) stack
USE_GNOME= glib20 pkgconfig gnomehack
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
+
+pre-install:
+.if defined(NOPORTDOCS)
+ ${RM} -rf ${WRKSRC}/docs/html
+.endif
.include <bsd.port.mk>