diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-07-02 06:29:52 +0800 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-07-02 06:29:52 +0800 |
commit | 3cccace446f1de7a27d8b6b40cd4f89b463fecc4 (patch) | |
tree | 25e6bb1e9b3029d74138a55bb65a1a20a6d10d71 | |
parent | 46fc59f9264a53fb4f4204ae779fc8ea4cf5506a (diff) | |
download | freebsd-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/Makefile | 4 |
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> |