aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-07-02 06:29:52 +0800
committerJason Helfman <jgh@FreeBSD.org>2012-07-02 06:29:52 +0800
commit3cccace446f1de7a27d8b6b40cd4f89b463fecc4 (patch)
tree25e6bb1e9b3029d74138a55bb65a1a20a6d10d71
parent46fc59f9264a53fb4f4204ae779fc8ea4cf5506a (diff)
downloadfreebsd-ports-gnome-3cccace446f1de7a27d8b6b40cd4f89b463fecc4.tar.gz
freebsd-ports-gnome-3cccace446f1de7a27d8b6b40cd4f89b463fecc4.tar.zst
freebsd-ports-gnome-3cccace446f1de7a27d8b6b40cd4f89b463fecc4.zip
- 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 )
-rw-r--r--net/skyfish/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/skyfish/Makefile b/net/skyfish/Makefile
index 20785316b96c..64b32f0c15bc 100644
--- a/net/skyfish/Makefile
+++ b/net/skyfish/Makefile
@@ -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>