aboutsummaryrefslogtreecommitdiff
path: root/textproc/openjade/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-06-06 13:26:48 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-06-06 13:26:48 +0000
commit2b09353721b9c7ca4af9964b61fc51346b94be9b (patch)
tree417805b3acb42cb6e1f38702f43df37739092b2f /textproc/openjade/files
parent79f3ca07e8dec018c2a0d2d999d2978a20a3cde6 (diff)
downloadports-2b09353721b9c7ca4af9964b61fc51346b94be9b.tar.gz
ports-2b09353721b9c7ca4af9964b61fc51346b94be9b.zip
Strip binaries.
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
Notes
Notes: svn path=/head/; revision=29259
Diffstat (limited to 'textproc/openjade/files')
-rw-r--r--textproc/openjade/files/patch-ac10
-rw-r--r--textproc/openjade/files/patch-ad11
2 files changed, 21 insertions, 0 deletions
diff --git a/textproc/openjade/files/patch-ac b/textproc/openjade/files/patch-ac
new file mode 100644
index 000000000000..bb2d46f9c989
--- /dev/null
+++ b/textproc/openjade/files/patch-ac
@@ -0,0 +1,10 @@
+--- Makefile.comm.in.orig Mon Jun 5 00:24:18 2000
++++ Makefile.comm.in Mon Jun 5 00:24:41 2000
+@@ -19,6 +19,7 @@
+ PERL=@PERL@
+ LIBTOOL=@LIBTOOL@
+ INSTALL=@INSTALL@
++INSTALL_PROGRAM=@INSTALL_PROGRAM@
+
+ LIBOBJS=@LIBOBJS@
+ LIBS=@LIBS@
diff --git a/textproc/openjade/files/patch-ad b/textproc/openjade/files/patch-ad
new file mode 100644
index 000000000000..a32ebb117842
--- /dev/null
+++ b/textproc/openjade/files/patch-ad
@@ -0,0 +1,11 @@
+--- Makefile.prog.in.orig Mon Jun 5 00:26:11 2000
++++ Makefile.prog.in Mon Jun 5 00:26:37 2000
+@@ -21,7 +21,7 @@
+ install: $(PROG)
+ -test -d $(bindir) || (mkdir $(bindir); chmod 755 $(bindir))
+ -rm -f $(bindir)/$(PROG)
+- $(LIBTOOL) --mode=install $(INSTALL) $(PROG) $(bindir)
++ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $(PROG) $(bindir)
+
+ depend: depend_src
+ depend.temp: $(GENSRCS)