diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
commit | 42542fb07642b8336e808272918f3ae46aa67e0b (patch) | |
tree | 98ff235c33c6493aa26457284f122652c38935f7 /www/py-turbogears | |
parent | 4c9cd257fd4e6eca46807a43e128d298429ee3cd (diff) | |
download | ports-42542fb07642b8336e808272918f3ae46aa67e0b.tar.gz ports-42542fb07642b8336e808272918f3ae46aa67e0b.zip |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=197075
Diffstat (limited to 'www/py-turbogears')
-rw-r--r-- | www/py-turbogears/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-turbogears/Makefile b/www/py-turbogears/Makefile index f2b4f7d6715a..062d586f2908 100644 --- a/www/py-turbogears/Makefile +++ b/www/py-turbogears/Makefile @@ -69,7 +69,7 @@ PYTURBOGEARS_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg # www/py-cheerypy # When it happens, we shall remove the respective entry from TGDEPEGGS, # REG_TGDEPEGGS, distinfo, and add the dependent port to RUN_DEPENDS -OSRELEASE!= ${DESTDIR}/usr/bin/uname -r +OSRELEASE!= /usr/bin/uname -r ENVINFO= py${PYTHON_VER}-${OPSYS:L}-${OSRELEASE}-${ARCH}.egg TGDEPEGGS= CherryPy-2.2.1-py2.4.egg cElementTree-1.0.5-20051216.tar.gz \ |