summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorryoon <ryoon>2015-12-17 04:22:37 +0000
committerryoon <ryoon>2015-12-17 04:22:37 +0000
commit0c16dc2429c8efdfc329846c62f5c9c37f7ed6a9 (patch)
tree44ed98bb1545453227bfffa87e960cf641af12a9 /sysutils
parentb0585517d4bde71a63fc9ce4ec1217abb29b52cd (diff)
downloadpkgsrc-0c16dc2429c8efdfc329846c62f5c9c37f7ed6a9.tar.gz
Fix SunOS packaging.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-psutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile
index 4faddd876a2..612de6946f2 100644
--- a/sysutils/py-psutil/Makefile
+++ b/sysutils/py-psutil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/12/14 22:58:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2015/12/17 04:22:37 ryoon Exp $
DISTNAME= psutil-release-3.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-release//}
@@ -24,7 +24,7 @@ PLIST_SUBST+= SYSTEM=osx
.elif !empty(OPSYS:M*BSD)
PLIST_SUBST+= SYSTEM=bsd
.else
-PLIST_SUBST+= SYSTEM=${LOWER_OPSYS}
+PLIST_SUBST+= SYSTEM=${OPSYS:tl}
.endif
.include "../../lang/python/application.mk"