svn commit: r351759 - head/www/py-pysearch
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue Apr 22 07:47:29 UTC 2014
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 at 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/
More information about the svn-ports-head
mailing list