Date: Tue, 22 Apr 2014 07:47:29 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351759 - head/www/py-pysearch Message-ID: <201404220747.s3M7lTuP096148@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Tue Apr 22 07:47:28 2014 New Revision: 351759 URL: http://svnweb.freebsd.org/changeset/ports/351759 QAT: https://qat.redports.org/buildarchive/r351759/ Log: - Stage - Pet portlint PR: ports/188772 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Modified: head/www/py-pysearch/Makefile head/www/py-pysearch/pkg-descr Modified: head/www/py-pysearch/Makefile ============================================================================== --- head/www/py-pysearch/Makefile Tue Apr 22 06:58:48 2014 (r351758) +++ head/www/py-pysearch/Makefile Tue Apr 22 07:47:28 2014 (r351759) @@ -18,15 +18,14 @@ PYDISTUTILS_PKGNAME= pYsearch DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${CP} -R ${WRKSRC}/docs/ ${STAGEDIR}${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> Modified: head/www/py-pysearch/pkg-descr ============================================================================== --- head/www/py-pysearch/pkg-descr Tue Apr 22 06:58:48 2014 (r351758) +++ head/www/py-pysearch/pkg-descr Tue Apr 22 07:47:28 2014 (r351759) @@ -2,4 +2,4 @@ This module implements a set of classes Search Web Services. All results from these services are properly formatted XML, and this package facilitates for correct parsing of these result sets. -WWW: http://pysearch.sourceforge.net/ +WWW: http://pysearch.sourceforge.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404220747.s3M7lTuP096148>