Finish stage support
This commit is contained in:
parent
1ba1acd311
commit
3f82ba9494
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357207
13
mail/gnarwl/files/patch-src__Makefile
Normal file
13
mail/gnarwl/files/patch-src__Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
--- ./src/Makefile.orig 2005-03-13 14:30:54.000000000 +0000
|
||||
+++ ./src/Makefile 2014-06-09 20:56:55.000000000 +0000
|
||||
@@ -14,7 +14,7 @@
|
||||
rm -f DEADJOE *.o *~ $(BIN) $(SBIN)
|
||||
|
||||
install:
|
||||
- mkdir -m 755 -p $(BINDIR) $(SBINDIR)
|
||||
- install -m 755 -s $(BIN) $(BINDIR)
|
||||
- install -m 755 -s $(SBIN) $(SBINDIR)
|
||||
+ mkdir -m 755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR)
|
||||
+ install -m 755 -s $(BIN) $(DESTDIR)$(BINDIR)
|
||||
+ install -m 755 -s $(SBIN) $(DESTDIR)$(SBINDIR)
|
||||
|
@ -1,5 +1,7 @@
|
||||
bin/gnarwl
|
||||
etc/gnarwl.cfg.sample
|
||||
man/man8/damnit.8.gz
|
||||
man/man8/gnarwl.8.gz
|
||||
sbin/damnit
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/FAQ.gz
|
||||
|
Loading…
Reference in New Issue
Block a user