svn commit: r463852 - head/devel/py-bison

Danilo G. Baio dbaio at FreeBSD.org
Thu Mar 8 00:54:36 UTC 2018


Author: dbaio
Date: Thu Mar  8 00:54:35 2018
New Revision: 463852
URL: https://svnweb.freebsd.org/changeset/ports/463852

Log:
  devel/py-bison: Fix typo in targets

Modified:
  head/devel/py-bison/Makefile

Modified: head/devel/py-bison/Makefile
==============================================================================
--- head/devel/py-bison/Makefile	Thu Mar  8 00:44:25 2018	(r463851)
+++ head/devel/py-bison/Makefile	Thu Mar  8 00:54:35 2018	(r463852)
@@ -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})
 


More information about the svn-ports-all mailing list