diff options
Diffstat (limited to 'www/trac-robotstxt/Makefile')
-rw-r--r-- | www/trac-robotstxt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/trac-robotstxt/Makefile b/www/trac-robotstxt/Makefile index 76f248d35540..52d86ccd20b1 100644 --- a/www/trac-robotstxt/Makefile +++ b/www/trac-robotstxt/Makefile @@ -28,6 +28,7 @@ EASY_INSTALL_CMD?= easy_install-${PYTHON_VER} PYDISTUTILS_BUILD_TARGET= bdist_egg PYDISTUTILS_INSTALL_TARGET= easy_install PYDISTUTILS_INSTALLARGS= -O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${TRACROBO_EGG} +PYDISTUTILS_NOEGGINFO= yes TRACROBO_EGG= TracRobotsTxt-${PORTVERSION}-py${PYTHON_VER}.egg |