diff options
author | wg <wg@FreeBSD.org> | 2013-12-27 19:41:17 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-27 19:41:17 +0800 |
commit | defb3f0da1605b0d28a73b10cd5cca55d5188b7b (patch) | |
tree | c8a3df193c253a6ca3411482ff0d8ed44e33f45f /devel | |
parent | 08550784ff5bfffe2dfb1ebd73e739a7ad19c26f (diff) | |
download | freebsd-ports-gnome-defb3f0da1605b0d28a73b10cd5cca55d5188b7b.tar.gz freebsd-ports-gnome-defb3f0da1605b0d28a73b10cd5cca55d5188b7b.tar.zst freebsd-ports-gnome-defb3f0da1605b0d28a73b10cd5cca55d5188b7b.zip |
devel/py-pqueue: support staging
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pqueue/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-pqueue/Makefile b/devel/py-pqueue/Makefile index 7fb6fae20d53..d3019b5c6b2d 100644 --- a/devel/py-pqueue/Makefile +++ b/devel/py-pqueue/Makefile @@ -11,15 +11,13 @@ DISTNAME= PQueue-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Fibonacci-Heap based Priority-Queue Extension for Python -PLIST_FILES= %%PYTHON_SITELIBDIR%%/pqueue.so USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS=yes -PYDISTUTILS_PKGVERSION= 0.0.0 +PYDISTUTILS_AUTOPLIST= yes WRKSRC= ${WRKDIR}/PQueue -NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/setup.py ${WRKSRC} |