summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/Makefile
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-1.1/Makefile
parentAdd English helpfile as default for languages (diff)
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 '')
-rw-r--r--editors/openoffice-1.1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile
index 53a639fe7636..a3eff4ca8099 100644
--- a/editors/openoffice-1.1/Makefile
+++ b/editors/openoffice-1.1/Makefile
@@ -91,7 +91,7 @@ RELEASE_NR= ${PORTVERSION}
INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR}
EXECBASE= openoffice.org-${RELEASE_NR}
DIST_SUBDIR= openoffice.org1.1
-SIMPLEOSVER!= ${UNAME} -r | ${SED} -e 's/\.//g' | ${SED} -e 's/-.*//'
+SIMPLEOSVER= ${OSREL:C/\.//g}
PACKAGE_BASENAME= OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel
# FIXME (Somehow INDEX build fails)