mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
a57bb17c83
commit
879d5ab139
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358588
@ -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>
|
||||
|
17
net-mgmt/wdiag/files/patch-Makefile
Normal file
17
net-mgmt/wdiag/files/patch-Makefile
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user