Date: Fri, 20 Jun 2014 15:16:37 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358588 - in head/net-mgmt/wdiag: . files Message-ID: <201406201516.s5KFGbZS063027@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Fri Jun 20 15:16:37 2014 New Revision: 358588 URL: http://svnweb.freebsd.org/changeset/ports/358588 QAT: https://qat.redports.org/buildarchive/r358588/ Log: Stagify. Approved by: portmgr@ Added: head/net-mgmt/wdiag/files/ head/net-mgmt/wdiag/files/patch-Makefile (contents, props changed) Modified: head/net-mgmt/wdiag/Makefile Modified: head/net-mgmt/wdiag/Makefile ============================================================================== --- head/net-mgmt/wdiag/Makefile Fri Jun 20 15:12:04 2014 (r358587) +++ head/net-mgmt/wdiag/Makefile Fri Jun 20 15:16:37 2014 (r358588) @@ -12,5 +12,4 @@ COMMENT= Utility to collect DSL line sta WRKSRC= ${WRKDIR}/${PORTNAME}/src -NO_STAGE= yes .include <bsd.port.mk> Added: head/net-mgmt/wdiag/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/wdiag/files/patch-Makefile Fri Jun 20 15:16:37 2014 (r358588) @@ -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 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406201516.s5KFGbZS063027>