Use NO_FETCH instead of a gratuitous do-fetch target.
This commit is contained in:
parent
0352f553ed
commit
07c34713b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125288
1 changed files with 1 additions and 3 deletions
|
@ -17,6 +17,7 @@ COMMENT= Kernel module which provides /dev/rtc device support
|
|||
|
||||
WRKSRC= ${WRKDIR}/files
|
||||
|
||||
NO_FETCH= yes
|
||||
USE_LINUX= yes
|
||||
|
||||
KMODDIR= ${PREFIX}/modules
|
||||
|
@ -40,9 +41,6 @@ IGNORE= "Systems prior to 400013 are out of support"
|
|||
IGNORE= "Kernel source files required"
|
||||
.endif
|
||||
|
||||
do-fetch:
|
||||
@${ECHO} "I don't fetch anything..."
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@${SED} -e 's,@@PREFIX@@,${PREFIX},' \
|
||||
|
|
Loading…
Reference in a new issue