svn commit: r351301 - head/devel/py-pytemplate
Steve Wills
swills at FreeBSD.org
Tue Apr 15 01:41:34 UTC 2014
Author: swills
Date: Tue Apr 15 01:41:33 2014
New Revision: 351301
URL: http://svnweb.freebsd.org/changeset/ports/351301
QAT: https://qat.redports.org/buildarchive/r351301/
Log:
- Stage
- Pet portlint
PR: ports/188547
Submitted by: Bartek Rutkowski <ports at robakdesign.com>
Approved by: portmgr@ (blanket)
Modified:
head/devel/py-pytemplate/Makefile
head/devel/py-pytemplate/pkg-descr
Modified: head/devel/py-pytemplate/Makefile
==============================================================================
--- head/devel/py-pytemplate/Makefile Tue Apr 15 01:30:51 2014 (r351300)
+++ head/devel/py-pytemplate/Makefile Tue Apr 15 01:41:33 2014 (r351301)
@@ -20,12 +20,11 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py
EXAMPLES= daemonexample.py example.py threadexample.py
-NO_STAGE= yes
post-install:
.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for f in ${EXAMPLES}
- @${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLESDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR}
.endfor
.endif
Modified: head/devel/py-pytemplate/pkg-descr
==============================================================================
--- head/devel/py-pytemplate/pkg-descr Tue Apr 15 01:30:51 2014 (r351300)
+++ head/devel/py-pytemplate/pkg-descr Tue Apr 15 01:41:33 2014 (r351301)
@@ -2,3 +2,5 @@ Pytemplate is a small project intending
framework. It permits to create properly scripts without struggling with
configuration files, logging properties development. They are already available
through a main class that the new script will inherit.
+
+WWW: http://www.bulot.org
More information about the svn-ports-head
mailing list