Use NO_FETCH instead of a gratuitous do-fetch target.

This commit is contained in:
Kris Kennaway 2004-12-27 21:28:43 +00:00
parent 0352f553ed
commit 07c34713b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125288

View file

@ -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},' \