mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging
This commit is contained in:
parent
e50d396938
commit
d37c041fd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344548
@ -12,5 +12,4 @@ COMMENT= Statistics generator for BinkleyForce FTN mailer
|
||||
|
||||
PLIST_FILES= bin/bfhist
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
14
comms/bfhist/files/patch-Makefile
Normal file
14
comms/bfhist/files/patch-Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
--- ./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
|
||||
|
Loading…
Reference in New Issue
Block a user