mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
- pet portlint (empty lines in pkg-message) PR: ports/169217 Submitted by: jgh@ Approved by: maintainer timeout ( 14 days )
This commit is contained in:
parent
f0eb7f320f
commit
203b16608e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300345
@ -17,6 +17,9 @@ MAINTAINER= admin@lissyara.su
|
||||
COMMENT= Driver for 'TechnoTrend budget DVB S-1401' (SkyStar3)
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
SYSDIR?= ${SRC_BASE}/sys
|
||||
KMODDIR= /boot/modules
|
||||
PLIST_SUB+= KMODDIR=${KMODDIR}
|
||||
@ -32,8 +35,6 @@ pre-fetch:
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on ia64, powerprc, or sparc64
|
||||
.elif ${OSVERSION} >= 900000
|
||||
|
@ -11,5 +11,3 @@ or adding
|
||||
|
||||
to your /boot/loader.conf.
|
||||
*********************************************************************
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user