From ca019f72cf8d2bb1f58df7e627b1d44848c50d80 Mon Sep 17 00:00:00 2001 From: vanilla Date: Fri, 20 Jun 2014 15:16:37 +0000 Subject: Stagify. Approved by: portmgr@ --- net-mgmt/wdiag/Makefile | 1 - net-mgmt/wdiag/files/patch-Makefile | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 net-mgmt/wdiag/files/patch-Makefile (limited to 'net-mgmt/wdiag') diff --git a/net-mgmt/wdiag/Makefile b/net-mgmt/wdiag/Makefile index 0458dc0aaa6b..67b7711f8651 100644 --- a/net-mgmt/wdiag/Makefile +++ b/net-mgmt/wdiag/Makefile @@ -12,5 +12,4 @@ COMMENT= Utility to collect DSL line stats from Westell DSL modems WRKSRC= ${WRKDIR}/${PORTNAME}/src -NO_STAGE= yes .include diff --git a/net-mgmt/wdiag/files/patch-Makefile b/net-mgmt/wdiag/files/patch-Makefile new file mode 100644 index 000000000000..a73a06c903ab --- /dev/null +++ b/net-mgmt/wdiag/files/patch-Makefile @@ -0,0 +1,17 @@ +--- Makefile.orig 2014-06-20 23:12:51.948360777 +0800 ++++ Makefile 2014-06-20 23:13:27.178359187 +0800 +@@ -26,9 +26,9 @@ clean: + rm westell wstart wstop *.o + + install: all +- $(INSTALL) -o root westell $(DEST_PREFIX)/bin +- $(INSTALL) -o root wstart $(DEST_PREFIX)/bin +- $(INSTALL) -o root wstop $(DEST_PREFIX)/bin +- $(INSTALL) -o root -d $(DEST_PREFIX)/share/examples/wdiag +- $(INSTALL) -o root ../examples/wdiag.conf $(DEST_PREFIX)/share/examples/wdiag ++ $(INSTALL) -o root westell $(DESTDIR)$(DEST_PREFIX)/bin ++ $(INSTALL) -o root wstart $(DESTDIR)$(DEST_PREFIX)/bin ++ $(INSTALL) -o root wstop $(DESTDIR)$(DEST_PREFIX)/bin ++ $(INSTALL) -o root -d $(DESTDIR)$(DEST_PREFIX)/share/examples/wdiag ++ $(INSTALL) -o root ../examples/wdiag.conf $(DESTDIR)$(DEST_PREFIX)/share/examples/wdiag + -- cgit