diff options
author | maho <maho@FreeBSD.org> | 2003-04-19 09:47:29 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-04-19 09:47:29 +0800 |
commit | fc0ea7bb4f979ddd1a1481d8428636008e87144d (patch) | |
tree | cb5ee0c3d82a5c5c0a9482cb30a4ac052b6e0ca9 /editors/openoffice-1.1-devel/Makefile | |
parent | c57f30d1e842f07bf80449cf45c12959df45cd11 (diff) | |
download | freebsd-ports-gnome-fc0ea7bb4f979ddd1a1481d8428636008e87144d.tar.gz freebsd-ports-gnome-fc0ea7bb4f979ddd1a1481d8428636008e87144d.tar.zst freebsd-ports-gnome-fc0ea7bb4f979ddd1a1481d8428636008e87144d.zip |
1. Correct include path for instsetoo/util/openoffice.lst
Without it, licensing terms are not
copied and installation fails for some localizd build.
(affects patch-instsetoo+util+openoffice.lst and Makefile)
2. Added CJK Word 95/6.0/RTF import feature
(Other patches)
3. Bump port revision
By Takashi Ono <t_ono@hkfreak.net>
Diffstat (limited to 'editors/openoffice-1.1-devel/Makefile')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 79351770f737..3437495ba615 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= openoffice PORTVERSION= 644 +PORTREVISION= 1 SNAPDATE= 20030412 CATEGORIES+= editors MASTER_SITES+= http://projects.imp.ch/openoffice/%SUBDIR%/ \ @@ -523,7 +524,6 @@ pre-install: -e 's#%%PORTVERSION%%#${BUILD_NR}#g' \ ${WRKSRC}/../instsetoo/unxfbsd.pro/${LANG_EXT}/normal/oo_setup.resp @${MKDIR} -p ${WRKSRC}/../solver/644/unxfbsd.pro/bin/${LANG_EXT}/osl/ - @${CP} ${WRKSRC}/../solver/644/unxfbsd.pro/bin/01/osl/* ${WRKSRC}/../solver/644/unxfbsd.pro/bin/${LANG_EXT}/osl/ do-install: .if !defined(DISPLAY) |