diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-05 06:12:12 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-05 06:12:12 +0000 |
commit | ca438c7adbf104f6ee60ad368a9bb337ba007de8 (patch) | |
tree | 309b5d4515ec80445c7b0ccb404cd5f13fe99d6d /Mk | |
parent | 06bc890c64532d1ac69b5c8f06fe3fe13c5af784 (diff) | |
download | ports-ca438c7adbf104f6ee60ad368a9bb337ba007de8.tar.gz ports-ca438c7adbf104f6ee60ad368a9bb337ba007de8.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 6d014a52ac9a..d987d682b382 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.214 1996/06/24 04:24:10 jkh Exp $ +# $Id: bsd.port.mk,v 1.215 1996/06/26 21:12:28 gpalmer Exp $ # # Please view me with 4 column tabs! @@ -207,34 +207,6 @@ .include "${.CURDIR}/../Makefile.inc" .endif -# Support for an encapsulation in /usr/src - these are essentially simplied ports -# and have a number of defaults we can presume right off the bat. -.if defined(SRC_ENCAPSULATION) -.if exists (${BSDOBJDIR}/${.CURDIR}) -WRKDIR=${BSDOBJDIR}/${.CURDIR} -.else -NO_WRKDIR= yes -.endif - -# Disable things that should be disabled for encapsulations. -NO_PACKAGE= yes -NO_MTREE= yes -NO_FETCH= yes -NO_PKG_REGISTER= yes -describe: - @${DO_NADA} - -# Finally, give us working obj and cleandir targets to make us more compatible -# with "traditional" /usr/src ports. -.include <bsd.obj.mk> - -.if !target(distribute) -distribute: - @cd ${.CURDIR} && ${MAKE} install DESTDIR=${DISTDIR}/${DISTRIBUTION} -.endif -.endif -# end of SRC_ENCAPSULATION defines - # These need to be absolute since we don't know how deep in the ports # tree we are and thus can't go relative. They can, of course, be overridden |