- Stage support
This commit is contained in:
parent
7ea12ec492
commit
5495791f43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342379
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,8 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
USE_GNOME= gnomehack lthack libxslt
|
||||
USES= pathfix
|
||||
USE_GNOME= lthack libxslt
|
||||
USE_PYTHON= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
||||
|
@ -22,9 +23,8 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
|||
DOCSDIR= ${PREFIX}/share/doc/py-libxslt
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-libxslt
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}
|
||||
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}
|
||||
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR}
|
||||
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
Loading…
Reference in a new issue