Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 1995 05:10:01 -0700
From:      cstruble@vt.edu
To:        freebsd-bugs
Subject:   ports/616: make install target in ports ignores NO_PACKAGE
Message-ID:  <199507141210.FAA06176@freefall.cdrom.com>
In-Reply-To: Your message of Fri, 14 Jul 1995 08:02:10 -0400 <199507141202.IAA10566@quirk.com>

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

>Number:         616
>Category:       ports
>Synopsis:       fake-pkg target in ports ignores NO_PACKAGE
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 05:10:00 1995
>Originator:     Craig Struble
>Organization:
Quirk Computing
>Release:        FreeBSD 2.0-BUILT-19950603 i386
>Environment:

	Pentium 60 clone, nothing special about FreeBSD 2.0.5 setup

>Description:

	When installing ports, the install target ignores the NO_PACKAGE
	variable.

>How-To-Repeat:

	make NO_PACKAGE=yes install in any port

>Fix:
	
	Change install target in bsd.port.mk to make the fake-pkg target
	only get run if NO_PACKAGE is undefined. Looks like
	
	.if !defined(NO_PACKAGE)
	@${MAKE} ${.MAKEFLAGS} fake-pkg
	.endif
>Audit-Trail:
>Unformatted:





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