Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2006 10:56:17 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 101844 for review
Message-ID:  <200607181056.k6IAuHBr038761@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101844

Change 101844 by gabor@gabor_spitfire on 2006/07/18 10:56:11

	Remove DESTDIR_READY.  The DESTDIR patchset should be tested on
	the cluster first, and then will be further discussions what to do
	with ports that don't respect DESTDIR.
	
	Discussed with: erwin

Affected files ...

.. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#36 edit

Differences ...

==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#36 (text+ko) ====

@@ -501,9 +501,6 @@
 #				  under /bla/var/db/pkg.
 #				  Default: not set (means /)
 #
-# DESTDIR_READY		- You should set this in your port's Makefile if your port is
-#				  ready to be used with DESTDIR set.
-#
 # X11BASE		- Where X11 ports install things.
 #				  Default: ${DESTDIR}/usr/X11R6
 # X11BASE_REL		- Same as X11BASE, but relative to DESTDIR
@@ -1534,10 +1531,6 @@
 
 _POSTMKINCLUDED=	yes
 
-.if !defined(DESTDIR_READY)
-IGNORE=			is not ready to be used with DESTDIR
-.endif
-
 WRKDIR?=		${WRKDIRPREFIX}${.CURDIR}/work
 .if defined(NO_WRKSUBDIR)
 WRKSRC?=		${WRKDIR}



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