diff options
author | mbr <mbr@FreeBSD.org> | 2003-09-16 12:26:34 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-09-16 12:26:34 +0800 |
commit | e3f2471f57b5539a0e72bb944aa8c1c159fb8431 (patch) | |
tree | 382c1479950fe94c6099b78a2a794fee3b24a45d /editors/openoffice.org-1.1 | |
parent | 78d0a6285a1fcfd1f91cd17b228bdcba3f7c38c6 (diff) | |
download | freebsd-ports-graphics-e3f2471f57b5539a0e72bb944aa8c1c159fb8431.tar.gz freebsd-ports-graphics-e3f2471f57b5539a0e72bb944aa8c1c159fb8431.tar.zst freebsd-ports-graphics-e3f2471f57b5539a0e72bb944aa8c1c159fb8431.zip |
Fix post-install target, remove a dash.
Approved by: marcus (portsmgr)
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index da292600123..77741f44e52 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/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/ |