diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-01-24 21:34:31 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-01-24 21:34:31 +0800 |
commit | cd53105f330c5aa2fdd12da6579ae96aac11cbce (patch) | |
tree | 06a8875b4cbca1db683d7133e12286cc2235f74c /sysutils | |
parent | 26343516b529c5e93d646dc1976b87ba38764188 (diff) | |
download | freebsd-ports-gnome-cd53105f330c5aa2fdd12da6579ae96aac11cbce.tar.gz freebsd-ports-gnome-cd53105f330c5aa2fdd12da6579ae96aac11cbce.tar.zst freebsd-ports-gnome-cd53105f330c5aa2fdd12da6579ae96aac11cbce.zip |
Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes
While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-iowait/Makefile | 12 | ||||
-rw-r--r-- | sysutils/py-iowait/pkg-plist | 3 |
2 files changed, 4 insertions, 11 deletions
diff --git a/sysutils/py-iowait/Makefile b/sysutils/py-iowait/Makefile index 2326543f1408..21602571fee7 100644 --- a/sysutils/py-iowait/Makefile +++ b/sysutils/py-iowait/Makefile @@ -10,14 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olivierd@FreeBSD.org COMMENT= Python module for I/O completion events +LICENSE= GPLv3 + USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/py-iowait/pkg-plist b/sysutils/py-iowait/pkg-plist deleted file mode 100644 index 1e10fe30d4ee..000000000000 --- a/sysutils/py-iowait/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/iowait.py -%%PYTHON_SITELIBDIR%%/iowait.pyc -%%PYTHON_SITELIBDIR%%/iowait.pyo |