1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@ (blanket)
This commit is contained in:
Vanilla I. Shu 2014-07-15 13:45:53 +00:00
parent e186c0c110
commit 89e5146c2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361920
3 changed files with 26 additions and 4 deletions

View File

@ -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>

View 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

View File

@ -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