diff options
author | mbr <mbr@FreeBSD.org> | 2002-12-06 17:14:27 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-12-06 17:14:27 +0800 |
commit | 51d8f19ffc2593d0918b7804e3ea7bd3aa15a238 (patch) | |
tree | 231f55c08e0d2e9f274e136deec81116db757cdf /editors | |
parent | f32b6a1559d0eb8ee7637067e188b9133a924e01 (diff) | |
download | freebsd-ports-gnome-51d8f19ffc2593d0918b7804e3ea7bd3aa15a238.tar.gz freebsd-ports-gnome-51d8f19ffc2593d0918b7804e3ea7bd3aa15a238.tar.zst freebsd-ports-gnome-51d8f19ffc2593d0918b7804e3ea7bd3aa15a238.zip |
Fix dist subdir. OpenOffice.org has changed the subdir order.
Approved by: kris
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 3577795e8653..c117ced0e989 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -37,7 +37,7 @@ TCSH?= /bin/tcsh PROCFS!= ${MOUNT} | ${GREP} ^procfs | ${AWK} '{print $1}' INSTALLATION_BASEDIR= OpenOffice.org1.0 -DIST_SUBDIR= openoffice +DIST_SUBDIR= stable/1.0.1 DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ # diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 3577795e8653..c117ced0e989 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -37,7 +37,7 @@ TCSH?= /bin/tcsh PROCFS!= ${MOUNT} | ${GREP} ^procfs | ${AWK} '{print $1}' INSTALLATION_BASEDIR= OpenOffice.org1.0 -DIST_SUBDIR= openoffice +DIST_SUBDIR= stable/1.0.1 DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ # diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 3577795e8653..c117ced0e989 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -37,7 +37,7 @@ TCSH?= /bin/tcsh PROCFS!= ${MOUNT} | ${GREP} ^procfs | ${AWK} '{print $1}' INSTALLATION_BASEDIR= OpenOffice.org1.0 -DIST_SUBDIR= openoffice +DIST_SUBDIR= stable/1.0.1 DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ # |