diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-08-03 17:07:46 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-08-03 17:07:46 +0000 |
commit | b48b9d9f298c20279489e4b937b4d3a28afb90b1 (patch) | |
tree | c0ef01f2dced27383f25ef705e2129c60e5c4a48 /palm | |
parent | Update 3.02 -> 3.03: (diff) |
Mark BROKEN: Ports are not allowed to touch anything outside of
$WRKSRC during the build.
Requested by: jkh
Notes
Notes:
svn path=/head/; revision=20518
Diffstat (limited to 'palm')
-rw-r--r-- | palm/prc-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index d6b4ab469275..004e5f6a1dcf 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -3,7 +3,7 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id: Makefile,v 1.11 1999/02/02 16:24:38 dirk Exp $ +# $Id: Makefile,v 1.12 1999/04/24 03:07:36 nectar Exp $ # # *WARNING* write access to ${PREFIX} is required DURING build because the # make "all" target actually installs the gnu tools before building the @@ -21,6 +21,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@freebsd.org +BROKEN= "build touches stuff outside of build directory" + # install things in ${LOCALBASE}/pilot to avoid conflicts PREFIX= ${LOCALBASE}/pilot WRKSRC= ${WRKDIR}/${PKGNAME} |