Date: Fri, 17 Dec 1999 11:54:35 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org Subject: ports/15536: Update port: devel/picprog Message-ID: <19991217195435.71491157B6@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 15536 >Category: ports >Synopsis: Update port: devel/picprog >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 17 12:00:05 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Modified patches to support install macros * Added WWW: line into pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/picprog/patches/patch-ab devel/picprog/patches/patch-ab --- /usr/ports/devel/picprog/patches/patch-ab Mon Nov 1 13:03:47 1999 +++ devel/picprog/patches/patch-ab Fri Dec 17 07:02:59 1999 @@ -27,5 +27,5 @@ -ifeq (.depend,$(wildcard .depend)) -include .depend -endif -+ install -c -o 0 -g 0 -m 755 -s $(PROG) $(PREFIX)/bin -+ install -c -o 0 -g 0 -m 444 *.1 $(PREFIX)/man/man1 ++ ${BSD_INSTALL_PROGRAM} $(PROG) $(PREFIX)/bin ++ ${BSD_INSTALL_MAN} picprog.1 $(PREFIX)/man/man1 diff -urN /usr/ports/devel/picprog/pkg/DESCR devel/picprog/pkg/DESCR --- /usr/ports/devel/picprog/pkg/DESCR Mon Nov 1 13:03:47 1999 +++ devel/picprog/pkg/DESCR Fri Dec 17 06:19:38 1999 @@ -8,13 +8,12 @@ Full manual: see file /usr/local/share/doc/picprog/picprog.html - or <URL:http://www.iki.fi/hyvatti/pic/picprog.html> The author may be contacted at: Email: Jaakko.Hyvatti@iki.fi - URL: http://www.iki.fi/hyvatti/ - Phone: +358 40 5011222 Remember: this is not a production quality programmer! See PIC16C84 data sheet for more information. + +WWW: http://www.pp.htv.fi/jhyvatti/sw/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991217195435.71491157B6>