summaryrefslogtreecommitdiff
path: root/net/openh323/files/patch-makefile.in
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-07-26 17:31:52 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-07-26 17:31:52 +0000
commit37f65a80c2499df9a54ab7780c310291aad255d5 (patch)
tree5cf25afecc77b8e44d03274a808a7bf437d2d9ed /net/openh323/files/patch-makefile.in
parent- Install version.h to DATADIR, some ports' configure script looks this (diff)
- Install version.h to DATADIR, some ports' configure script looks this
file, for example, the newer version of asterisk. PR: ports/114613 Submitted by: viper <viper at perm.raid.ru> Approved by: Steve Ames <steve at energistic.com> (maintainer)
Diffstat (limited to 'net/openh323/files/patch-makefile.in')
-rw-r--r--net/openh323/files/patch-makefile.in15
1 files changed, 10 insertions, 5 deletions
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)
+