View | Details | Raw Unified | Return to bug 15536
Collapse All | Expand All

(-)devel/picprog/patches/patch-ab (-2 / +2 lines)
Lines 27-31 Link Here
27
-ifeq (.depend,$(wildcard .depend))
27
-ifeq (.depend,$(wildcard .depend))
28
-include .depend
28
-include .depend
29
-endif
29
-endif
30
+	install -c -o 0 -g 0 -m 755 -s $(PROG) $(PREFIX)/bin
30
+	${BSD_INSTALL_PROGRAM} $(PROG) $(PREFIX)/bin
31
+	install -c -o 0 -g 0 -m 444 *.1 $(PREFIX)/man/man1
31
+	${BSD_INSTALL_MAN} picprog.1 $(PREFIX)/man/man1
(-)devel/picprog/pkg/DESCR (-3 / +2 lines)
Lines 8-20 Link Here
8
Full manual:
8
Full manual:
9
9
10
	see file /usr/local/share/doc/picprog/picprog.html
10
	see file /usr/local/share/doc/picprog/picprog.html
11
	or <URL:http://www.iki.fi/hyvatti/pic/picprog.html>
12
11
13
The author may be contacted at:
12
The author may be contacted at:
14
13
15
	Email: Jaakko.Hyvatti@iki.fi
14
	Email: Jaakko.Hyvatti@iki.fi
16
	URL:   http://www.iki.fi/hyvatti/
17
	Phone: +358 40 5011222
18
15
19
Remember: this is not a production quality programmer!  See PIC16C84
16
Remember: this is not a production quality programmer!  See PIC16C84
20
data sheet for more information.
17
data sheet for more information.
18
19
WWW: http://www.pp.htv.fi/jhyvatti/sw/

Return to bug 15536