diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-18 07:49:17 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-18 07:49:17 +0000 |
commit | ba08f95fa0b148154bcaae46225b9f193128b7c0 (patch) | |
tree | aa620be369f59fba5519c752c5b05c57dbbffd60 /archivers | |
parent | cac42264aff6171d257db873d2fdd63fc653c704 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-liblzma/Makefile | 6 | ||||
-rw-r--r-- | archivers/py-lzma/Makefile | 8 | ||||
-rw-r--r-- | archivers/rox-archive/Makefile | 3 |
3 files changed, 6 insertions, 11 deletions
diff --git a/archivers/py-liblzma/Makefile b/archivers/py-liblzma/Makefile index 58a374e12591..0dd30918e58a 100644 --- a/archivers/py-liblzma/Makefile +++ b/archivers/py-liblzma/Makefile @@ -15,10 +15,8 @@ COMMENT= Python binding for the LZMA compression library LICENSE= LGPL3 -USES= pkgconfig tar:bzip2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= pkgconfig python tar:bzip2 +USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} -e 's/pc_cflags = .*/pc_cflags = ""/' \ diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile index 1db404ce5a1f..72488c31b8d2 100644 --- a/archivers/py-lzma/Makefile +++ b/archivers/py-lzma/Makefile @@ -16,12 +16,10 @@ LICENSE= LGPL21 ONLY_FOR_ARCHS= i386 -USES= dos2unix -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= dos2unix python +USE_PYTHON= distutils autoplist -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} PORTDOCS= usage.txt diff --git a/archivers/rox-archive/Makefile b/archivers/rox-archive/Makefile index 6d33baaedbb2..c6ea456d2b26 100644 --- a/archivers/rox-archive/Makefile +++ b/archivers/rox-archive/Makefile @@ -12,8 +12,7 @@ COMMENT= Archive management tool for the ROX desktop RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib -USES= tar:bzip2 -USE_PYTHON= yes +USES= python tar:bzip2 do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} |