Date: Thu, 20 Jul 2006 11:30:59 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 101987 for review Message-ID: <200607201130.k6KBUxWW087398@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101987 Change 101987 by gabor@gabor_spitfire on 2006/07/20 11:30:30 Document IGNORE_PATH_CHECKS macro and sanity checks in the header. Affected files ... .. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#53 edit Differences ... ==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#53 (text+ko) ==== @@ -521,6 +521,19 @@ # Default: ${X11BASE_REL} if USE_X_PREFIX is set, # ${LINUXBASE_REL} if USE_LINUX_PREFIX is set, # otherwise ${LOCALBASE_REL} +# +# IGNORE_PATH_CHECKS - There are some sanity checks against PREFIX and DESTDIR. +# You can diasble these checks with defining +# this variable, but this is not recommended! +# Only do this if you really know what you are +# doing. These sanity checks are the following: +# - DESTDIR can't be /. Just leave it undefined +# if you want to install to /. +# - DESTDIR has to be an absolute path. +# - DESTDIR can't have a trailing slash. +# - PREFIX has to be an absolute path. +# - PREFIX can't have a trailing slash. +# # MASTERDIR - Where the port finds patches, package files, etc. Define # this is you have two or more ports that share most of the # files.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607201130.k6KBUxWW087398>