mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@ (blanket)
This commit is contained in:
parent
e186c0c110
commit
89e5146c2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361920
@ -11,8 +11,4 @@ COMMENT= Simple, but complete budget management in Python
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= hb.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
25
misc/hb/files/patch-Makefile
Normal file
25
misc/hb/files/patch-Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
--- Makefile.orig 2014-07-15 21:44:10.713832840 +0800
|
||||
+++ Makefile 2014-07-15 21:43:38.083846847 +0800
|
||||
@@ -4,13 +4,13 @@
|
||||
all: # Do nothing - this is a python script that needs no build
|
||||
|
||||
install:
|
||||
- install -c -o root -g wheel -m 755 ./hb.py ${PREFIX}/bin
|
||||
- mkdir ${PREFIX}/share/doc/hb
|
||||
- install -c -o root -g wheel -m 644 ./hb.1.gz ${PREFIX}/man/man1
|
||||
- install -c -o root -g wheel -m 644 ./hb.txt ${PREFIX}/share/doc/hb
|
||||
- install -c -o root -g wheel -m 644 ./0-StartHere.txt ${PREFIX}/share/doc/hb
|
||||
- install -c -o root -g wheel -m 644 ./1-HB-License.txt ${PREFIX}/share/doc/hb
|
||||
- install -c -o root -g wheel -m 644 ./2-HowToUse.txt ${PREFIX}/share/doc/hb
|
||||
- install -c -o root -g wheel -m 644 ./3-UnderTheHood.txt ${PREFIX}/share/doc/hb
|
||||
- install -c -o root -g wheel -m 644 ./4-Limitations-Enhancements.txt ${PREFIX}/share/doc/hb
|
||||
+ install -c -o root -g wheel -m 755 ./hb.py $(DESTDIR)${PREFIX}/bin
|
||||
+ mkdir $(DESTDIR)${PREFIX}/share/doc/hb
|
||||
+ install -c -o root -g wheel -m 644 ./hb.1.gz $(DESTDIR)${PREFIX}/man/man1
|
||||
+ install -c -o root -g wheel -m 644 ./hb.txt $(DESTDIR)${PREFIX}/share/doc/hb
|
||||
+ install -c -o root -g wheel -m 644 ./0-StartHere.txt $(DESTDIR)${PREFIX}/share/doc/hb
|
||||
+ install -c -o root -g wheel -m 644 ./1-HB-License.txt $(DESTDIR)${PREFIX}/share/doc/hb
|
||||
+ install -c -o root -g wheel -m 644 ./2-HowToUse.txt $(DESTDIR)${PREFIX}/share/doc/hb
|
||||
+ install -c -o root -g wheel -m 644 ./3-UnderTheHood.txt $(DESTDIR)${PREFIX}/share/doc/hb
|
||||
+ install -c -o root -g wheel -m 644 ./4-Limitations-Enhancements.txt $(DESTDIR)${PREFIX}/share/doc/hb
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/hb.py
|
||||
man/man1/hb.1.gz
|
||||
share/doc/hb/hb.txt
|
||||
share/doc/hb/0-StartHere.txt
|
||||
share/doc/hb/1-HB-License.txt
|
||||
|
Loading…
Reference in New Issue
Block a user