forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
298 B
Text
14 lines
298 B
Text
--- ./Makefile.orig 2004-11-26 09:58:08.000000000 +0100
|
|
+++ ./Makefile 2014-02-16 13:15:20.704540535 +0100
|
|
@@ -13,6 +13,9 @@
|
|
rm -f $(OBJS)
|
|
rm -f $(BINS)
|
|
|
|
-install: all
|
|
- $(INSTALL) bfhist $(PREFIX)/bin
|
|
+strip:
|
|
+ strip bfhist
|
|
+
|
|
+install: strip all
|
|
+ $(INSTALL) bfhist $(DESTDIR)$(PREFIX)/bin
|
|
|