diff options
author | swills <swills@FreeBSD.org> | 2014-04-15 09:41:33 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-04-15 09:41:33 +0800 |
commit | b7a2984ac091d0113d235c15d759a5a1a359fdc2 (patch) | |
tree | 46bdffba5cdce002d5972ec6e1d2c1bae51ba946 /devel | |
parent | 35e6b0ffadecd29f183ed6b530389924b6b5b88e (diff) | |
download | freebsd-ports-gnome-b7a2984ac091d0113d235c15d759a5a1a359fdc2.tar.gz freebsd-ports-gnome-b7a2984ac091d0113d235c15d759a5a1a359fdc2.tar.zst freebsd-ports-gnome-b7a2984ac091d0113d235c15d759a5a1a359fdc2.zip |
- Stage
- Pet portlint
PR: ports/188547
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pytemplate/Makefile | 5 | ||||
-rw-r--r-- | devel/py-pytemplate/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/py-pytemplate/Makefile b/devel/py-pytemplate/Makefile index 5fdc7199a5d8..2ef79f26ad69 100644 --- a/devel/py-pytemplate/Makefile +++ b/devel/py-pytemplate/Makefile @@ -20,12 +20,11 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-pytemplate 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 diff --git a/devel/py-pytemplate/pkg-descr b/devel/py-pytemplate/pkg-descr index 5ecfadfa082d..b48afc4bf38e 100644 --- a/devel/py-pytemplate/pkg-descr +++ b/devel/py-pytemplate/pkg-descr @@ -2,3 +2,5 @@ Pytemplate is a small project intending to give python developpers a starting 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 |