diff options
author | gabor <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
commit | 1f31ff34b514d77244257a9a94391d3aae8edab0 (patch) | |
tree | a676504f8edaca31196a243aa7393f33f26078fa /ftp/py-curl | |
parent | fb4c30cf2c9bc123dc0c05a0e070f2c48e83be57 (diff) | |
download | FreeBSD-ports-1f31ff34b514d77244257a9a94391d3aae8edab0.zip FreeBSD-ports-1f31ff34b514d77244257a9a94391d3aae8edab0.tar.gz |
- 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)
Diffstat (limited to 'ftp/py-curl')
-rw-r--r-- | ftp/py-curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/py-curl/Makefile b/ftp/py-curl/Makefile index c91fc9f..c7dfd5e 100644 --- a/ftp/py-curl/Makefile +++ b/ftp/py-curl/Makefile @@ -23,8 +23,8 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pycurl USE_OPENSSL= yes -DOCSDIR= ${TARGETDIR}/share/doc/py-curl -EXAMPLESDIR= ${TARGETDIR}/share/examples/py-curl +DOCSDIR= ${PREFIX}/share/doc/py-curl +EXAMPLESDIR= ${PREFIX}/share/examples/py-curl post-patch: ${REINPLACE_CMD} \ |