Date: Tue, 15 Apr 2014 01:41:33 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351301 - head/devel/py-pytemplate Message-ID: <201404150141.s3F1fYmk051231@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404150141.s3F1fYmk051231>