aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-3
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2005-06-19 10:31:48 +0800
committermaho <maho@FreeBSD.org>2005-06-19 10:31:48 +0800
commitbf53891e7d4d85b3c4a9d4e87c88c4ec4d21d6da (patch)
treec7da637ee7835c6700dcaa46e734233a1db748db /editors/openoffice.org-3
parentf79dbf7f7ca0b61ad8f2ff4b9c2ab5315ee7f873 (diff)
downloadfreebsd-ports-gnome-bf53891e7d4d85b3c4a9d4e87c88c4ec4d21d6da.tar.gz
freebsd-ports-gnome-bf53891e7d4d85b3c4a9d4e87c88c4ec4d21d6da.tar.zst
freebsd-ports-gnome-bf53891e7d4d85b3c4a9d4e87c88c4ec4d21d6da.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>
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