diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-06-19 02:31:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-06-19 02:31:48 +0000 |
commit | aa06433dcf733192340907b738c2e927180be149 (patch) | |
tree | e825b5eec5a728b73900aef232321df87f0ec327 /editors/openoffice-3-devel | |
parent | 93f259ae263dac1fb9bb221c19465f7c59211f30 (diff) | |
download | ports-aa06433dcf733192340907b738c2e927180be149.tar.gz ports-aa06433dcf733192340907b738c2e927180be149.zip |
Notes
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 56b9220d0ed9..f878bb2acc2c 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -53,7 +53,7 @@ SNAPDATE= 20050616 INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE} EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE} DIST_SUBDIR= openoffice.org2.0 -SIMPLEOSVER!= ${UNAME} -r | ${SED} -e 's/\.//g' | ${SED} -e 's/-.*//' +SIMPLEOSVER= ${OSREL:C/\.//g} PACKAGE_BASENAME= OOo_${RELEASE_NR}m${MILESTONE}_${OPSYS}${SIMPLEOSVER}Intel LOCALIZED_LANG?= en-US |