diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-07-01 22:31:53 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-07-01 22:31:53 +0000 |
commit | f0eb7f320fef135cfe1ea2d27014b44700137a51 (patch) | |
tree | 9c39ce7eb8836bd006b41b7b52695607d083dce5 /net/skystar2/Makefile | |
parent | 3cccace446f1de7a27d8b6b40cd4f89b463fecc4 (diff) | |
download | ports-f0eb7f320fef135cfe1ea2d27014b44700137a51.tar.gz ports-f0eb7f320fef135cfe1ea2d27014b44700137a51.zip |
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
- pet portlint (empty lines in pkg-message)
PR: ports/169216
Submitted by: jgh@
Approved by: maintainer timeout ( 14 days )
Notes
Notes:
svn path=/head/; revision=300344
Diffstat (limited to 'net/skystar2/Makefile')
-rw-r--r-- | net/skystar2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/skystar2/Makefile b/net/skystar2/Makefile index 166495d42dfd..13a346bb4468 100644 --- a/net/skystar2/Makefile +++ b/net/skystar2/Makefile @@ -17,6 +17,9 @@ MAINTAINER= admin@lissyara.su COMMENT= Kernel module and program for SkyStar2/SkyStar2.8A, ver. ${PORTVERSION} USE_BZIP2= yes + +.include <bsd.port.pre.mk> + SYSDIR?= ${SRC_BASE}/sys KMODDIR= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} @@ -49,8 +52,6 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> - .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64, powerprc, or sparc64 .elif ${OSVERSION} >= 900000 |