Apply the CDROM install fix from editors/staroffice52/Makefile rev 1.22.

Requested by:	maintainer
This commit is contained in:
David E. O'Brien 2000-10-14 20:15:17 +00:00
parent 8c0ea44471
commit 82bf1f9a40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33840
2 changed files with 9 additions and 7 deletions

View File

@ -60,9 +60,10 @@ pre-fetch:
.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/* .
.else
do-extract:

View File

@ -49,16 +49,17 @@ pre-fetch:
.if !exists(${CD_MOUNTPT}/linux/office52/setup)
@${ECHO}
@${ECHO} Bitte mounten Sie die Sun StarOffice 5.2 CDROM
@${ECHO} nach /cdrom and starten Sie make erneut.
@${ECHO} nach ${CD_MOUNTPT} and starten Sie make erneut.
@${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: