aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-06-19 02:31:48 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-06-19 02:31:48 +0000
commitaa06433dcf733192340907b738c2e927180be149 (patch)
treee825b5eec5a728b73900aef232321df87f0ec327 /editors/openoffice.org-3
parent93f259ae263dac1fb9bb221c19465f7c59211f30 (diff)
downloadports-aa06433dcf733192340907b738c2e927180be149.tar.gz
ports-aa06433dcf733192340907b738c2e927180be149.zip
call uname needlessly.
SIMPLEOSVER by parsing the output of `uname -r`. This is pointless, since the same data can be obtained from the (already generated) OSREL variable. PR: 76330 Submitted by: Colin Percival <cperciva@hexahedron.daemonology.net>
Notes
Notes: svn path=/head/; revision=137709
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r--editors/openoffice.org-3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile
index 56b9220d0ed9..f878bb2acc2c 100644
--- a/editors/openoffice.org-3/Makefile
+++ b/editors/openoffice.org-3/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