aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 21:16:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 21:16:25 +0000
commit38ec65ad7ec6172e8aea059cdbae3e2355191b86 (patch)
treeb0c77c7a70e5af3694b72b46ddcde074a509b8d4 /Mk/bsd.port.mk
parent99252f2c22b1d6e0e8d91ab4f35aa5779680140f (diff)
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index ec4497cc32ae..d24f2b6d63bb 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1290,11 +1290,7 @@ STRIP= #none
# Start of pre-makefile section.
.if !defined(AFTERPORTMK) && !defined(INOPTIONSMK)
-.if defined(_PREMKINCLUDED)
-check-makefile::
- @${ECHO_MSG} "${PKGNAME}: Makefile error: you cannot include bsd.port[.pre].mk twice"
- @${FALSE}
-.endif
+.include "${PORTSDIR}/Mk/bsd.sanity.mk"
_PREMKINCLUDED= yes
@@ -6495,6 +6491,9 @@ install-license:
@${DO_NADA}
.endif
+#.if defined(DEVELOPER_MODE)
+#.include "${PORTSDIR}/Mk/bsd.developer.mk"
+#.endif
.endif
# End of post-makefile section.