- include bsd.{pre,post}.port.mk, respectively.

Spotted by: ato@iem.pw.edu.pl
Feature safe:	yes
This commit is contained in:
Jason Helfman 2012-03-12 17:20:44 +00:00
parent a0096a2a9c
commit 0f2bcaf415
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293174

View file

@ -30,6 +30,8 @@ MAKE_ENV+= KMODDIR=${KMODDIR}
MANCOMPRESSED= yes MANCOMPRESSED= yes
MAN8= ${PORTNAME}.8 MAN8= ${PORTNAME}.8
.include <bsd.port.pre.mk>
.if !exists(${SRC_BASE}/sys/Makefile) .if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source files IGNORE= requires kernel source files
.elif !exists(${SRC_BASE}/sbin/geom/Makefile) .elif !exists(${SRC_BASE}/sbin/geom/Makefile)
@ -39,4 +41,4 @@ IGNORE= requires sbin source files
post-install: post-install:
kldxref ${KMODDIR} kldxref ${KMODDIR}
.include <bsd.port.mk> .include <bsd.port.post.mk>