summaryrefslogtreecommitdiffstats
path: root/editors/staroffice70
diff options
context:
space:
mode:
Diffstat (limited to 'editors/staroffice70')
-rw-r--r--editors/staroffice70/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile
index d510844..4085d13 100644
--- a/editors/staroffice70/Makefile
+++ b/editors/staroffice70/Makefile
@@ -56,16 +56,17 @@ pre-fetch:
.if !exists(${CD_MOUNTPT}/linux/office52/setup)
@${ECHO}
@${ECHO} Please mount the Sun StarOffice 5.2 CDROM
- @${ECHO} onto /cdrom and run make again.
+ @${ECHO} onto ${CD_MOUNTPT} and run make again.
@${ECHO}
@${FALSE}
.endif
.endif
.if defined(WITH_CDROM)
-do-extract:
- @${MKDIR} ${WRKSRC}/office52
- @cd ${WRKSRC}/office52 && ${LN} -s ${CD_MOUNTPT}/linux/office52/* .
+do-extract: do-extract-cdrom
+do-extract-cdrom:
+ @${MKDIR} ${WRKSRC}
+ @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* .
.endif
do-extract:
OpenPOWER on IntegriCloud