aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-05 18:35:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-05 18:35:38 +0000
commitdf5a5758704893dcfd7a93ebeb060e3640ff0b17 (patch)
treec8e482efd7f650dc32b6c47e345cc1d27c819838 /misc
parent2a3be5277ebd21346ad21f32c3cf58828cb99552 (diff)
downloadports-df5a5758704893dcfd7a93ebeb060e3640ff0b17.tar.gz
ports-df5a5758704893dcfd7a93ebeb060e3640ff0b17.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/hb/Makefile2
-rw-r--r--misc/hb/files/patch-Makefile16
2 files changed, 9 insertions, 9 deletions
diff --git a/misc/hb/Makefile b/misc/hb/Makefile
index c601c143b8ed..3f6962d508aa 100644
--- a/misc/hb/Makefile
+++ b/misc/hb/Makefile
@@ -9,6 +9,6 @@ MASTER_SITES= http://www.tundraware.com/Software/hb/
MAINTAINER= tundra@tundraware.com
COMMENT= Simple, but complete budget management in Python
-USE_PYTHON= yes
+USES= python
.include <bsd.port.mk>
diff --git a/misc/hb/files/patch-Makefile b/misc/hb/files/patch-Makefile
index 7f1723caf0e0..ed563076ea58 100644
--- a/misc/hb/files/patch-Makefile
+++ b/misc/hb/files/patch-Makefile
@@ -13,13 +13,13 @@
- 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
++ $(BSD_INSTALL_SCRIPT) ./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
++ $(BSD_INSTALL_MAN) ./hb.1.gz $(DESTDIR)${PREFIX}/man/man1
++ $(BSD_INSTALL_DATA) ./hb.txt $(DESTDIR)${PREFIX}/share/doc/hb
++ $(BSD_INSTALL_DATA) ./0-StartHere.txt $(DESTDIR)${PREFIX}/share/doc/hb
++ $(BSD_INSTALL_DATA) ./1-HB-License.txt $(DESTDIR)${PREFIX}/share/doc/hb
++ $(BSD_INSTALL_DATA) ./2-HowToUse.txt $(DESTDIR)${PREFIX}/share/doc/hb
++ $(BSD_INSTALL_DATA) ./3-UnderTheHood.txt $(DESTDIR)${PREFIX}/share/doc/hb
++ $(BSD_INSTALL_DATA) ./4-Limitations-Enhancements.txt $(DESTDIR)${PREFIX}/share/doc/hb