diff options
author | mbr <mbr@FreeBSD.org> | 2001-12-28 18:36:58 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2001-12-28 18:36:58 +0800 |
commit | 9c68273d3358893a960c8b34ebd33677540df904 (patch) | |
tree | 88016fd9a746ee95d5d4d9fc03823a7da61450f0 /german/staroffice52 | |
parent | 2793f21cb93f8a64d378a824e50db0396f51d4fa (diff) | |
download | freebsd-ports-gnome-9c68273d3358893a960c8b34ebd33677540df904.tar.gz freebsd-ports-gnome-9c68273d3358893a960c8b34ebd33677540df904.tar.zst freebsd-ports-gnome-9c68273d3358893a960c8b34ebd33677540df904.zip |
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
Diffstat (limited to 'german/staroffice52')
-rw-r--r-- | german/staroffice52/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index 61baa96b83aa..2a2a6b5a79c9 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -91,7 +91,7 @@ pre-fetch: @ ${ECHO} .endif .if defined(WITH_CDROM) -.if !exists(${CD_MOUNTPT}/linux/office52/setup) +.if !exists(/cdrom/linux/office52/setup) @${ECHO} @${ECHO} Bitte mounten Sie die Sun StarOffice 5.2 CDROM @${ECHO} nach ${CD_MOUNTPT} and starten Sie make erneut. @@ -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 |