Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2002 09:31:17 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34331: graphics/mplayer-skins: fix typo in Makefile (re WITH_SKIN_ALL)
Message-ID:  <200201271431.g0REVHm99615@wwweasel.geeksrus.net>

next in thread | raw e-mail | index | archive | help

>Number:         34331
>Category:       ports
>Synopsis:       graphics/mplayer-skins: fix typo in Makefile (re WITH_SKIN_ALL)
>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:   Sun Jan 27 06:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 2 19:14:12 EST 2001 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386

>Description:

The make operator is ".if", not ". if".

>How-To-Repeat:

>Fix:

--- Makefile    Sun Jan 27 09:25:44 2002
+++ Makefile.nw Sun Jan 20 01:13:58 2002
@@ -63,7 +63,7 @@
 #
 # Build and install all skins (rather expensive)
 #
-. if defined(WITH_SKIN_ALL)
+.if defined(WITH_SKIN_ALL)
 WITH_SKIN_DEFAULT=yes
 WITH_SKIN_AVIFILE=yes
 WITH_SKIN_BLUEHEART=yes


>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?200201271431.g0REVHm99615>