summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-12-30 20:01:00 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-12-30 20:01:00 +0000
commitdc7392430b4138810531e7e0fa5feecc1a6003e0 (patch)
tree2646ff670c9e59d4dd0d83645a583b93ca6c7d05 /emulators
parentThe acroread 3.X port was removed, so it need no longer be listed (diff)
Rename pre-install target to do-extract, so packing list will be
available after "make all". Submitted by: obrien
Notes
Notes: svn path=/head/; revision=125553
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-gentoo-stage1/Makefile4
-rw-r--r--emulators/linux_dist-gentoo-stage1/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile
index 010c69c5dca4..01f74dc36c80 100644
--- a/emulators/linux_base-gentoo-stage1/Makefile
+++ b/emulators/linux_base-gentoo-stage1/Makefile
@@ -43,7 +43,7 @@ MASTER_SITE_SUBDIR= releases/x86/2004.3/stages/x86
DISTNAME= stage1-x86-2004.3
.endif
-pre-install:
+do-extract:
@${MKDIR} ${WRKSRC}
@${TAR} --exclude=./dev -xp -C ${WRKSRC} \
-f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
@@ -51,7 +51,7 @@ pre-install:
@cd ${WRKSRC} && ${FIND} * -type f -o -type l >> ${PLIST} \
&& ${FIND} * -type d | ${SORT} -r | ${SED} -e 's:^:@dirrm :' \
>> ${PLIST}
- @${RM} -r ${WRKSRC}
+ @${RM} -fr ${WRKSRC}
do-install:
- ${MKDIR} ${PREFIX}
diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile
index 010c69c5dca4..01f74dc36c80 100644
--- a/emulators/linux_dist-gentoo-stage1/Makefile
+++ b/emulators/linux_dist-gentoo-stage1/Makefile
@@ -43,7 +43,7 @@ MASTER_SITE_SUBDIR= releases/x86/2004.3/stages/x86
DISTNAME= stage1-x86-2004.3
.endif
-pre-install:
+do-extract:
@${MKDIR} ${WRKSRC}
@${TAR} --exclude=./dev -xp -C ${WRKSRC} \
-f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
@@ -51,7 +51,7 @@ pre-install:
@cd ${WRKSRC} && ${FIND} * -type f -o -type l >> ${PLIST} \
&& ${FIND} * -type d | ${SORT} -r | ${SED} -e 's:^:@dirrm :' \
>> ${PLIST}
- @${RM} -r ${WRKSRC}
+ @${RM} -fr ${WRKSRC}
do-install:
- ${MKDIR} ${PREFIX}