diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2001-12-28 10:36:58 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2001-12-28 10:36:58 +0000 |
commit | 81b530e55aaf17fdc84ba6b519491aa6b5c61878 (patch) | |
tree | fe35f08b846ab5c9e87a6ba3434466cbc7e3995a /french/staroffice52 | |
parent | 43c7b739f81b60ff5ae0f62d5f34a3a026f1a1ba (diff) | |
download | ports-81b530e55aaf17fdc84ba6b519491aa6b5c61878.tar.gz ports-81b530e55aaf17fdc84ba6b519491aa6b5c61878.zip |
Notes
Diffstat (limited to 'french/staroffice52')
-rw-r--r-- | french/staroffice52/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile index f97f51d24e09..5f72927a9ab7 100644 --- a/french/staroffice52/Makefile +++ b/french/staroffice52/Makefile @@ -94,7 +94,7 @@ pre-fetch: @${ECHO} .endif .if defined(WITH_CDROM) -.if !exists(${CD_MOUNTPT}/linux/office52/setup) +.if !exists(/cdrom/linux/office52/setup) @${ECHO} @${ECHO} "Montez le CDrom de Staroffice 5.2 dans le répertoire" @${ECHO} "${CD_MOUNTPT} et relancez l\'installation" @@ -172,13 +172,11 @@ do-install: ${ECHO} ; \ ${FALSE} ; \ fi -.if ! defined(WITH_CDROM) @${ECHO_MSG} "===> Application des correctifs sunsolve pour ${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 |