- 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:
Jason Helfman 2012-07-01 22:29:52 +00:00
parent 46fc59f926
commit 3cccace446
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300343

View file

@ -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>