mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Remove USE_DISTUTILS=yes: use setuptools since it's dependency now
- Strip shared library - Bump PORTREVISION for package change
This commit is contained in:
parent
1a73d1e52e
commit
b51d5cf16d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347645
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= qp
|
||||
PORTVERSION= 2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://www.mems-exchange.org/software/qp/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -18,7 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
|
||||
|
||||
MAKE_ENV= USE_DISTUTILS=yes
|
||||
USE_PYDISTUTILS=yes
|
||||
USE_PYTHON= 2
|
||||
|
||||
|
@ -27,6 +27,9 @@ SUB_FILES= pkg-message
|
|||
PORTDOCS= CHANGES.txt LICENSE.txt README.txt
|
||||
PORTEXAMPLES= *
|
||||
|
||||
post-build:
|
||||
@${STRIP_CMD} ${WRKSRC}/build/lib.*/qp/hub/passfd.so
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/
|
||||
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
||||
|
|
Loading…
Add table
Reference in a new issue