PERFORCE change 101844 for review

Gabor Kovesdan gabor at FreeBSD.org
Tue Jul 18 10:56:18 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101844

Change 101844 by gabor at 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}


More information about the p4-projects mailing list