diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-07-13 00:39:57 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-07-13 00:39:57 +0000 |
commit | d93906ff566b88c3d2ade70d919f2e2f540ea6b7 (patch) | |
tree | f6c36d96399ececbcbeb3d1ee41707510efab5f8 /net/openh323 | |
parent | f66d0c17118dbc55492c95f8048d2e39902988c7 (diff) | |
download | ports-d93906ff566b88c3d2ade70d919f2e2f540ea6b7.tar.gz ports-d93906ff566b88c3d2ade70d919f2e2f540ea6b7.zip |
Notes
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/files/patch-makefile.in | 27 | ||||
-rw-r--r-- | net/openh323/pkg-plist | 2 |
2 files changed, 23 insertions, 6 deletions
diff --git a/net/openh323/files/patch-makefile.in b/net/openh323/files/patch-makefile.in index 536bf181d711..d0a13eb93510 100644 --- a/net/openh323/files/patch-makefile.in +++ b/net/openh323/files/patch-makefile.in @@ -1,7 +1,26 @@ ---- Makefile.in.orig Thu Feb 2 13:29:46 2006 -+++ Makefile.in Thu Feb 2 13:33:57 2006 -@@ -351,8 +351,8 @@ - ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE) \ + +$FreeBSD$ + +--- Makefile.in.orig ++++ Makefile.in +@@ -337,22 +337,14 @@ + install: + mkdir -p $(DESTDIR)$(LIBDIR) + rm -f $(DESTDIR)$(LIBDIR)/libh323_*_r.so* +- $(INSTALL) -m 444 lib/$(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(DESTDIR)$(LIBDIR) +- (cd $(DESTDIR)$(LIBDIR) ; \ +- rm -f $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@ ; \ +- ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@ \ +- ) +- (cd $(DESTDIR)$(LIBDIR) ; \ +- rm -f $(OH323_FILE).@MAJOR_VERSION@ ; \ +- ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE).@MAJOR_VERSION@ \ +- ) ++ $(INSTALL) -m 444 lib/$(OH323_FILE).@MAJOR_VERSION@ $(DESTDIR)$(LIBDIR) + (cd $(DESTDIR)$(LIBDIR) ; \ + rm -f $(OH323_FILE) ; \ +- ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE) \ ++ ln -sf $(OH323_FILE).@MAJOR_VERSION@ $(OH323_FILE) \ ) (cd $(DESTDIR)$(LIBDIR); \ - rm -f libopenh323.@SHAREDLIBEXT@ ; \ diff --git a/net/openh323/pkg-plist b/net/openh323/pkg-plist index b382cc6220d0..464e920faf8f 100644 --- a/net/openh323/pkg-plist +++ b/net/openh323/pkg-plist @@ -1,7 +1,5 @@ lib/libh323_r.so lib/libh323_r.so.1 -lib/libh323_r.so.1.18 -lib/libh323_r.so.1.18.0 lib/libopenh323.so include/openh323/QTIoctl.h include/openh323/channels.h |