summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
commit42542fb07642b8336e808272918f3ae46aa67e0b (patch)
tree98ff235c33c6493aa26457284f122652c38935f7 /net-p2p
parent- Extract command variable definitions from bsd.port.mk, they are now stored in (diff)
- 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 'net-p2p')
-rw-r--r--net-p2p/torrentflux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/torrentflux/Makefile b/net-p2p/torrentflux/Makefile
index d64ad3be029d..dae8702a492c 100644
--- a/net-p2p/torrentflux/Makefile
+++ b/net-p2p/torrentflux/Makefile
@@ -87,7 +87,7 @@ post-install:
-type f -print -o -type d -exec echo "@dirrm {}" \; \
>>${TMPPLIST}
@if [ -f "${PKGINSTALL}" ]; then \
- ${SETENV} PKG_PREFIX="${PREFIX}" PKG_DESTDIR="${DESTDIR}" \
+ ${SETENV} PKG_PREFIX="${PREFIX}" \
${SH} "${PKGINSTALL}" ${PKGNAME} POST-INSTALL; \
fi
@if [ -f "${PKGMESSAGE}" ]; then \