diff options
-rw-r--r-- | net/openh323/Makefile | 2 | ||||
-rw-r--r-- | net/openh323/files/patch-makefile.in | 15 | ||||
-rw-r--r-- | net/openh323/pkg-plist | 1 |
3 files changed, 12 insertions, 6 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 4f1084603992..cdd51bd071a9 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -7,7 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.18.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://www.voxgratia.org/releases/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src- diff --git a/net/openh323/files/patch-makefile.in b/net/openh323/files/patch-makefile.in index d0a13eb93510..50a583afcb12 100644 --- a/net/openh323/files/patch-makefile.in +++ b/net/openh323/files/patch-makefile.in @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- Makefile.in.orig -+++ Makefile.in +--- Makefile.in.orig 2005-08-05 01:31:59.000000000 +0600 ++++ Makefile.in 2007-07-13 16:11:26.000000000 +0600 @@ -337,22 +337,14 @@ install: mkdir -p $(DESTDIR)$(LIBDIR) @@ -30,3 +27,11 @@ $FreeBSD$ ) ( for dir in $(DESTDIR)$(LIBDIR) \ $(DESTDIR)$(PREFIX)/include/openh323 \ +@@ -362,6 +354,7 @@ + ( for fn in include/*.h ; do \ + $(INSTALL) -m 444 $$fn $(DESTDIR)$(PREFIX)/include/openh323 ; \ + done) ++ $(INSTALL) -m 444 version.h $(DESTDIR)$(PREFIX)/share/openh323 + $(INSTALL) -m 444 openh323u.mak $(DESTDIR)$(PREFIX)/share/openh323 + (cd plugins; $(MAKE) install) + diff --git a/net/openh323/pkg-plist b/net/openh323/pkg-plist index 464e920faf8f..9b9416f9772c 100644 --- a/net/openh323/pkg-plist +++ b/net/openh323/pkg-plist @@ -77,6 +77,7 @@ include/openh323/x224.h include/openh323/x880.h @dirrm include/openh323 %%DATADIR%%/openh323u.mak +%%DATADIR%%/version.h @dirrmtry %%DATADIR%% lib/pwlib/codecs/audio/g726_audio_pwplugin.so lib/pwlib/codecs/audio/gsm0610_audio_pwplugin.so |