diff options
author | wg <wg@FreeBSD.org> | 2013-12-28 19:15:35 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-28 19:15:35 +0800 |
commit | 5b0002741e4e1b550672e7c803d78d688517257e (patch) | |
tree | afdc2bf006d6abb755f8f4778c9b84c2850b9f7b /math/py-plastex/Makefile | |
parent | 122b57820b80d69c43f3f7c5bc225fc2aa17cb80 (diff) | |
download | freebsd-ports-gnome-5b0002741e4e1b550672e7c803d78d688517257e.tar.gz freebsd-ports-gnome-5b0002741e4e1b550672e7c803d78d688517257e.tar.zst freebsd-ports-gnome-5b0002741e4e1b550672e7c803d78d688517257e.zip |
math/py-plastex: support staging and use auto plist
Diffstat (limited to 'math/py-plastex/Makefile')
-rw-r--r-- | math/py-plastex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-plastex/Makefile b/math/py-plastex/Makefile index 4bfbc868c5ac..b6632205534f 100644 --- a/math/py-plastex/Makefile +++ b/math/py-plastex/Makefile @@ -14,7 +14,6 @@ COMMENT= LaTeX Document Processing Framework WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= plasTeX +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |