diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-23 17:08:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-23 17:08:12 +0000 |
commit | 3afd0ac562f2ec1ad51868e7065f4dc67214566b (patch) | |
tree | 05b674fe9f16e766fa67bfe5e16b05a798deb0aa | |
parent | 1. Merge fixes for long known bugs from hackndev[1] version (diff) |
- Update LICENSE
Notes
Notes:
svn path=/head/; revision=337260
-rw-r--r-- | sysutils/py-psutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index bb1c8a07a2f8..25f356b62e35 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Process utilities module for Python -LICENSE= BSD +LICENSE= BSD3CLAUSE PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= ${PORTNAME} |