aboutsummaryrefslogtreecommitdiff
path: root/emulators/rtc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-27 21:28:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-27 21:28:43 +0000
commit07c34713b5d4bbc8f5a63c1a24689fde01076cf4 (patch)
tree7462db68f52457b9bb25c72bbe02e812f5424a06 /emulators/rtc
parent0352f553ed3ef4f0ee4b5a7e41be98620a98c6ad (diff)
downloadports-07c34713b5d4bbc8f5a63c1a24689fde01076cf4.tar.gz
ports-07c34713b5d4bbc8f5a63c1a24689fde01076cf4.zip
Use NO_FETCH instead of a gratuitous do-fetch target.
Notes
Notes: svn path=/head/; revision=125288
Diffstat (limited to 'emulators/rtc')
-rw-r--r--emulators/rtc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile
index fddb23c83e76..97f016f9be4f 100644
--- a/emulators/rtc/Makefile
+++ b/emulators/rtc/Makefile
@@ -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},' \