diff options
author | wg <wg@FreeBSD.org> | 2013-11-09 21:24:05 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-11-09 21:24:05 +0800 |
commit | 5cf5c5ef1e6e47ef1e577c3716dd3baebeca6736 (patch) | |
tree | caf0ec9401d41fe3bbddb3b36f3b2f9820fc1cd9 /devel/py-hghooks/Makefile | |
parent | 1e18922c233bdedcf9f8b4c218d09f55920dca99 (diff) | |
download | freebsd-ports-gnome-5cf5c5ef1e6e47ef1e577c3716dd3baebeca6736.tar.gz freebsd-ports-gnome-5cf5c5ef1e6e47ef1e577c3716dd3baebeca6736.tar.zst freebsd-ports-gnome-5cf5c5ef1e6e47ef1e577c3716dd3baebeca6736.zip |
devel/py-hghooks: allow staging
- Allow staging
- Use python auto plist
Diffstat (limited to 'devel/py-hghooks/Makefile')
-rw-r--r-- | devel/py-hghooks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-hghooks/Makefile b/devel/py-hghooks/Makefile index 4c2f1bb57b62..48e6acb78d52 100644 --- a/devel/py-hghooks/Makefile +++ b/devel/py-hghooks/Makefile @@ -14,6 +14,6 @@ LICENSE= LGPL3 USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |