1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-16 12:16:37 +00:00
parent e50d396938
commit d37c041fd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344548
2 changed files with 14 additions and 1 deletions

View File

@ -12,5 +12,4 @@ COMMENT= Statistics generator for BinkleyForce FTN mailer
PLIST_FILES= bin/bfhist
NO_STAGE= yes
.include <bsd.port.mk>

View 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