mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
fb1af77a6a
PR: ports/164774 Submitted by: Frank Ebert <frank.ebert@freenet.de> Approved by: Friedrich Volkmann <bsd@volki.at> (maintainer)
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
--- Makefile.conf.orig 2011-02-15 19:01:57.000000000 +0100
|
|
+++ Makefile.conf 2012-02-04 12:19:08.000000000 +0100
|
|
@@ -300,7 +300,7 @@
|
|
|
|
### To make the executable files smaller: type "make strip".
|
|
#
|
|
-strip:
|
|
+strip: $(EXECS)
|
|
strip $(EXECS)
|
|
|
|
### To compress scid and executables with gzexe: type "make gzexe".
|