diff options
author | mbr <mbr@FreeBSD.org> | 2003-09-16 04:26:34 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-09-16 04:26:34 +0000 |
commit | e3f2471f57b5539a0e72bb944aa8c1c159fb8431 (patch) | |
tree | 382c1479950fe94c6099b78a2a794fee3b24a45d /editors/openoffice.org-3-RC | |
parent | 78d0a6285a1fcfd1f91cd17b228bdcba3f7c38c6 (diff) | |
download | FreeBSD-ports-e3f2471f57b5539a0e72bb944aa8c1c159fb8431.zip FreeBSD-ports-e3f2471f57b5539a0e72bb944aa8c1c159fb8431.tar.gz |
Fix post-install target, remove a dash.
Approved by: marcus (portsmgr)
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index da29260..77741f4 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -41,7 +41,7 @@ PASTE?= /usr/bin/paste BUILD_NR= 645 RELEASE_NR= 1.1 FRELEASE_NR= 1.1.0 -INSTALLATION_BASEDIR= OpenOffice.org-${FRELEASE_NR} +INSTALLATION_BASEDIR= OpenOffice.org${FRELEASE_NR} DIST_SUBDIR= openoffice DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ |