mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Strip binaries.
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
This commit is contained in:
parent
79f3ca07e8
commit
2b09353721
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29259
2 changed files with 21 additions and 0 deletions
10
textproc/openjade/files/patch-ac
Normal file
10
textproc/openjade/files/patch-ac
Normal file
|
@ -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@
|
11
textproc/openjade/files/patch-ad
Normal file
11
textproc/openjade/files/patch-ad
Normal file
|
@ -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)
|
Loading…
Add table
Reference in a new issue