devel/py-bison: Fix typo in targets
This commit is contained in:
parent
77ef1bd73d
commit
ead5ea039d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463852
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= bison
|
||||
PORTVERSION= 0.1.8
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://freenet.mcnabhosting.com/python/pybison/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -30,10 +30,10 @@ PORTEXAMPLES= *
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bison_.so
|
||||
ports-install-DOCS-on:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
||||
ports-install-EXAMPLES-on:
|
||||
post-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user