Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 1995 23:01:25 -0800
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        ache@freefall.freebsd.org
Cc:        CVS-committers@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit: ports/russian/netscape.language Makefile
Message-ID:  <199511280701.XAA01265@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199511280007.QAA12691@freefall.freebsd.org> (ache@freefall.freebsd.org)

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Modified:    russian/netscape.language  Makefile
 *   Log:
 *   Fix depends

Is this part still necessary?

---
@@ -27,7 +27,7 @@
 # no distfile to fetch
 do-fetch:
 
-do-install: misc-depends
+do-install: depends
        if [ -f ${APPDEF}/Netscape ] ; then \
                grep -q "\.version:.*1\.12" ${APPDEF}/Netscape || \
                        rm ${APPDEF}/Netscape; \
---

The "install" target already calls "run-depends", which is all is used 
now.  Can you try it with "do-install:" (i.e., no "depends")?

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511280701.XAA01265>