mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- include bsd.{pre,post}.port.mk, respectively.
Spotted by: ato@iem.pw.edu.pl Feature safe: yes
This commit is contained in:
parent
a0096a2a9c
commit
0f2bcaf415
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293174
@ -30,6 +30,8 @@ MAKE_ENV+= KMODDIR=${KMODDIR}
|
||||
MANCOMPRESSED= yes
|
||||
MAN8= ${PORTNAME}.8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${SRC_BASE}/sys/Makefile)
|
||||
IGNORE= requires kernel source files
|
||||
.elif !exists(${SRC_BASE}/sbin/geom/Makefile)
|
||||
@ -39,4 +41,4 @@ IGNORE= requires sbin source files
|
||||
post-install:
|
||||
kldxref ${KMODDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user