svn commit: r361920 - in head/misc/hb: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jul 15 13:45:55 UTC 2014
Author: vanilla
Date: Tue Jul 15 13:45:53 2014
New Revision: 361920
URL: http://svnweb.freebsd.org/changeset/ports/361920
QAT: https://qat.redports.org/buildarchive/r361920/
Log:
Stagify.
Approved by: portmgr@ (blanket)
Added:
head/misc/hb/files/
head/misc/hb/files/patch-Makefile (contents, props changed)
Modified:
head/misc/hb/Makefile
head/misc/hb/pkg-plist
Modified: head/misc/hb/Makefile
==============================================================================
--- head/misc/hb/Makefile Tue Jul 15 13:23:16 2014 (r361919)
+++ head/misc/hb/Makefile Tue Jul 15 13:45:53 2014 (r361920)
@@ -11,8 +11,4 @@ COMMENT= Simple, but complete budget man
USE_PYTHON= yes
-MANCOMPRESSED= yes
-MAN1= hb.1
-
-NO_STAGE= yes
.include <bsd.port.mk>
Added: head/misc/hb/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/hb/files/patch-Makefile Tue Jul 15 13:45:53 2014 (r361920)
@@ -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
+
Modified: head/misc/hb/pkg-plist
==============================================================================
--- head/misc/hb/pkg-plist Tue Jul 15 13:23:16 2014 (r361919)
+++ head/misc/hb/pkg-plist Tue Jul 15 13:45:53 2014 (r361920)
@@ -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
More information about the svn-ports-head
mailing list