diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-09-16 04:26:34 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-09-16 04:26:34 +0000 |
commit | b63d72fe5f0a821fa729c344f9b44de714603abc (patch) | |
tree | 09f4e687f7a750e6680e087b34022b99deeff083 /editors/openoffice-2.0-devel | |
parent | Chase XMMS library version. (diff) |
Fix post-install target, remove a dash.
Approved by: marcus (portsmgr)
Notes
Notes:
svn path=/head/; revision=89000
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r-- | editors/openoffice-2.0-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile index da292600123e..77741f44e526 100644 --- a/editors/openoffice-2.0-devel/Makefile +++ b/editors/openoffice-2.0-devel/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/ |