- Fixed typo (PYSQLBOJECT_EGG instead of PYSQLOBJECT_EGG)

Approved by:	alexbl (mentor, implicit)
This commit is contained in:
Nicola Vitale 2007-01-28 14:11:27 +00:00
parent 0be12316d4
commit b52eca01fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183537
2 changed files with 2 additions and 2 deletions

View file

@ -48,6 +48,6 @@ do-install:
PYRULEDISPATCH_EGG!= ${MAKE} -f ${PORTSDIR}/devel/py-ruledispatch/Makefile -V PYRULEDISPATCH_EGG
PYSIMPLEJSON_EGG!= ${MAKE} -f ${PORTSDIR}/devel/py-simplejson/Makefile -V PYSIMPLEJSON_EGG
PYSQLOBJECT_EGG!= ${MAKE} -f ${PORTSDIR}/databases/py-sqlobject/Makefile -V PYSQLBOJECT_EGG
PYSQLOBJECT_EGG!= ${MAKE} -f ${PORTSDIR}/databases/py-sqlobject/Makefile -V PYSQLOBJECT_EGG
.include <bsd.port.post.mk>

View file

@ -48,6 +48,6 @@ do-install:
PYRULEDISPATCH_EGG!= ${MAKE} -f ${PORTSDIR}/devel/py-ruledispatch/Makefile -V PYRULEDISPATCH_EGG
PYSIMPLEJSON_EGG!= ${MAKE} -f ${PORTSDIR}/devel/py-simplejson/Makefile -V PYSIMPLEJSON_EGG
PYSQLOBJECT_EGG!= ${MAKE} -f ${PORTSDIR}/databases/py-sqlobject/Makefile -V PYSQLBOJECT_EGG
PYSQLOBJECT_EGG!= ${MAKE} -f ${PORTSDIR}/databases/py-sqlobject/Makefile -V PYSQLOBJECT_EGG
.include <bsd.port.post.mk>