aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-12-03 19:08:47 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-12-03 19:08:47 +0000
commitb517565d8c99205978f67808fea0b17c7f448e0c (patch)
tree3f3251a5bd4be9a4c9fa41d6005b7d7ce63f0603 /Mk/bsd.port.subdir.mk
parent23612ac742d18a4ba089e3a18bab36f6e828ecc1 (diff)
downloadports-b517565d8c99205978f67808fea0b17c7f448e0c.tar.gz
ports-b517565d8c99205978f67808fea0b17c7f448e0c.zip
- Use proper UNAME variable here
With hat: portmgr
Notes
Notes: svn path=/head/; revision=335587
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r--Mk/bsd.port.subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index c83d5c3f2ba9..a9601be3d915 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -86,7 +86,7 @@ WITH_PKGNG= yes
.endif
.if !defined(_OSRELEASE)
-_OSRELEASE!= uname -r
+_OSRELEASE!= ${UNAME} -r
.endif
.if !defined(OSREL)
OSREL= ${_OSRELEASE:C/[-(].*//}