diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-06 23:05:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-06 23:05:36 +0800 |
commit | f1aec9487d811d7ecb50e641998f2630a0bf43f0 (patch) | |
tree | 86cf20c89391f38901a8404f1894fe47745d5ad6 /devel | |
parent | b196c82c46c0d556687331f8e0e9e3963d1ac706 (diff) | |
download | freebsd-ports-gnome-f1aec9487d811d7ecb50e641998f2630a0bf43f0.tar.gz freebsd-ports-gnome-f1aec9487d811d7ecb50e641998f2630a0bf43f0.tar.zst freebsd-ports-gnome-f1aec9487d811d7ecb50e641998f2630a0bf43f0.zip |
- Bump PORTREVISION
- Stage support
- Convert to autoplist
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-lock_file/Makefile | 4 | ||||
-rw-r--r-- | devel/py-lock_file/pkg-plist | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-lock_file/Makefile b/devel/py-lock_file/Makefile index cf7627ab0844..2d3bce391f5e 100644 --- a/devel/py-lock_file/Makefile +++ b/devel/py-lock_file/Makefile @@ -3,7 +3,7 @@ PORTNAME= lock_file PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= http://martin.horcicka.eu/python/lock_file/ \ http://pypi.python.org/packages/source/l/lock_file/ @@ -14,6 +14,6 @@ COMMENT= Lock file manipulation USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/py-lock_file/pkg-plist b/devel/py-lock_file/pkg-plist deleted file mode 100644 index d305b421a5fe..000000000000 --- a/devel/py-lock_file/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/lock_file.py -%%PYTHON_SITELIBDIR%%/lock_file.pyc -%%PYTHON_SITELIBDIR%%/lock_file.pyo |