aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/wdiag
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-20 15:16:37 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-20 15:16:37 +0000
commit879d5ab1398b1d292ae44216b0767e16ba3db554 (patch)
treecf239928145d3e4fe3bb8c354f371416ac21711d /net-mgmt/wdiag
parenta57bb17c832faed36ced91f1527e4d4d755b7d18 (diff)
downloadports-879d5ab1398b1d292ae44216b0767e16ba3db554.tar.gz
ports-879d5ab1398b1d292ae44216b0767e16ba3db554.zip
Stagify.
Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=358588
Diffstat (limited to 'net-mgmt/wdiag')
-rw-r--r--net-mgmt/wdiag/Makefile1
-rw-r--r--net-mgmt/wdiag/files/patch-Makefile17
2 files changed, 17 insertions, 1 deletions
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 <bsd.port.mk>
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
+