diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-20 23:16:37 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-20 23:16:37 +0800 |
commit | ca019f72cf8d2bb1f58df7e627b1d44848c50d80 (patch) | |
tree | cf239928145d3e4fe3bb8c354f371416ac21711d /net-mgmt/wdiag | |
parent | adba063a791f421cf1c596dbd61cf88b483defaf (diff) | |
download | freebsd-ports-gnome-ca019f72cf8d2bb1f58df7e627b1d44848c50d80.tar.gz freebsd-ports-gnome-ca019f72cf8d2bb1f58df7e627b1d44848c50d80.tar.zst freebsd-ports-gnome-ca019f72cf8d2bb1f58df7e627b1d44848c50d80.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'net-mgmt/wdiag')
-rw-r--r-- | net-mgmt/wdiag/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/wdiag/files/patch-Makefile | 17 |
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 + |