aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-12-04 03:08:47 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-12-04 03:08:47 +0800
commit143358bf022cac1cd2cc85e53711f4661f5ce10e (patch)
tree3f3251a5bd4be9a4c9fa41d6005b7d7ce63f0603 /Mk/bsd.port.subdir.mk
parent30d58a2686d0b3383ebb7c465055a281e831c0d5 (diff)
downloadfreebsd-ports-gnome-143358bf022cac1cd2cc85e53711f4661f5ce10e.tar.gz
freebsd-ports-gnome-143358bf022cac1cd2cc85e53711f4661f5ce10e.tar.zst
freebsd-ports-gnome-143358bf022cac1cd2cc85e53711f4661f5ce10e.zip
- Use proper UNAME variable here
With hat: portmgr
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/[-(].*//}