summaryrefslogtreecommitdiff
path: root/editors/staroffice52
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2001-12-28 10:36:58 +0000
committerMartin Blapp <mbr@FreeBSD.org>2001-12-28 10:36:58 +0000
commit81b530e55aaf17fdc84ba6b519491aa6b5c61878 (patch)
treefe35f08b846ab5c9e87a6ba3434466cbc7e3995a /editors/staroffice52
parent- Extend patch to fix last db3 update (diff)
Hardcode another /cdrom, since the define is not overwritten by the
PRE section. Install the patches too for a WITH_CDROM installation. Approved by: demon
Notes
Notes: svn path=/head/; revision=52321
Diffstat (limited to 'editors/staroffice52')
-rw-r--r--editors/staroffice52/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile
index ad433b7b045a..811ee210b414 100644
--- a/editors/staroffice52/Makefile
+++ b/editors/staroffice52/Makefile
@@ -93,7 +93,7 @@ pre-fetch:
@ ${ECHO}
.endif
.if defined(WITH_CDROM)
-.if !exists(${CD_MOUNTPT}/linux/office52/setup)
+.if !exists(/cdrom/linux/office52/setup)
@${ECHO}
@${ECHO} Please mount the Sun StarOffice 5.2 CDROM
@${ECHO} onto ${CD_MOUNTPT} and run make again.
@@ -171,13 +171,11 @@ do-install:
${ECHO} ; \
${FALSE} ; \
fi
-.if ! defined(WITH_CDROM)
@${ECHO_MSG} "===> Applying sunsolve patches for ${PKGNAME}"
@for file in ${SUNSOLVE}/* ; do \
${CP} -Rv $$file ${PREFIX}/office52/ ; \
done
.endif
-.endif
post-install:
@${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch