Date: Sat, 25 Dec 1999 10:51:39 -0800 (PST) From: dann@greycat.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15688: typo in ports/audio/Makefile Message-ID: <199912251851.KAA80819@mach.greycat.com>
next in thread | raw e-mail | index | archive | help
>Number: 15688 >Category: ports >Synopsis: ports/audio/Makefile has misspelling of directory name >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 25 11:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dann Lunsford >Release: FreeBSD 3.4-STABLE i386 >Organization: You're kidding, right? >Environment: FreeBSD mach.greycat.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Dec 19 12:19:55 PST 1999 root@mach.greycat.com:/usr/src/sys/compile/SATELLITE i386 >Description: ports/audio/Makefile has a SUBDIR line for cd-control; should be cd-console. causes things such as "make readmes" to glitch. >How-To-Repeat: make readmes in ports/audio >Fix: --- Makefile.orig Sat Dec 25 10:41:37 1999 +++ Makefile Sat Dec 25 10:42:09 1999 @@ -6,7 +6,7 @@ SUBDIR += aumix SUBDIR += bladeenc SUBDIR += cam - SUBDIR += cd-control + SUBDIR += cd-console SUBDIR += cdd SUBDIR += cdindex SUBDIR += cdplay >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?199912251851.KAA80819>