summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-07-05 06:12:12 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-07-05 06:12:12 +0000
commitca438c7adbf104f6ee60ad368a9bb337ba007de8 (patch)
tree309b5d4515ec80445c7b0ccb404cd5f13fe99d6d /Mk/bsd.port.mk
parentSeems like 3.0b5 has been removed from the ftp sites and replaced by (diff)
Remove now-unused SRC_ENCAPSULATION hack.
Notes
Notes: svn path=/head/; revision=3301
Diffstat (limited to '')
-rw-r--r--Mk/bsd.port.mk30
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