svn commit: r358588 - in head/net-mgmt/wdiag: . files

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 20 15:16:38 UTC 2014


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
+ 


More information about the svn-ports-head mailing list