- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
PR: ports/169215 Submitted by: jgh@ Approved by: maintainer timeout ( 14 days )
This commit is contained in:
parent
46fc59f926
commit
3cccace446
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300343
1 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.lissyara.su/users/nsand/skyfish/
|
|||
MAINTAINER= nsand@sura.ru
|
||||
COMMENT= Grabbing TCP streams from network interface (SAT internet)
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
SYSDIR?= ${SRC_BASE}/sys
|
||||
KMODDIR= /boot/modules
|
||||
PLIST_SUB+= KMODDIR=${KMODDIR}
|
||||
|
@ -28,4 +30,4 @@ pre-fetch:
|
|||
exit 1
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue