diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2001-12-25 10:37:41 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2001-12-25 10:37:41 +0000 |
commit | add5fa1d464add5e9337ce60287ee20899db6d01 (patch) | |
tree | 963904fc9c58f1954d015e0d94de2a8ce6e40e94 /french/staroffice52/Makefile | |
parent | 2babb7b60f8234ac5d2ea20123f036ae0e557937 (diff) |
Hardcode the /cdrom path, until bsd.port.mk is fixed. I don't know
if the fix (PR 30983) will make it into 4.5R.
PR: ports 29843 (fixed), ports 30983
Approved by: demon,wca
Notes
Notes:
svn path=/head/; revision=52154
Diffstat (limited to 'french/staroffice52/Makefile')
-rw-r--r-- | french/staroffice52/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile index a00d11fa0f73..f97f51d24e09 100644 --- a/french/staroffice52/Makefile +++ b/french/staroffice52/Makefile @@ -35,6 +35,7 @@ FETCH_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 NO_CDROM= 'Doit être téléchargé depuis le site web de Sun' +CD_MOUNTPT= '/cdrom' IS_INTERACTIVE= yes NO_BUILD= yes DIST_SUBDIR= staroffice52 |