diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-12 21:33:56 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-12 21:33:56 +0800 |
commit | a36cfb8ebb67163348a2198e3c6eea2843da5f7a (patch) | |
tree | aaba2f6e95d90de051c6991d95e201c9a565c6ee /security/tor | |
parent | a3f3e0d36f2c3e5512c58bac107848ded04fb867 (diff) | |
download | freebsd-ports-gnome-a36cfb8ebb67163348a2198e3c6eea2843da5f7a.tar.gz freebsd-ports-gnome-a36cfb8ebb67163348a2198e3c6eea2843da5f7a.tar.zst freebsd-ports-gnome-a36cfb8ebb67163348a2198e3c6eea2843da5f7a.zip |
- Use pre-su-install to allow make install as normal user
PR: ports/108339
Submitted by: Michael Neumann<mneuma2s at smail.inf.fh-brs.de>
Approved by: Peter Thoenen <peter.thoenen at yahoo.com> (maintainer)
Diffstat (limited to 'security/tor')
-rw-r--r-- | security/tor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index fb5c8aa4b8db..9d92ef79c89e 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -36,7 +36,7 @@ post-patch: -e 's!-g -O2!!' \ -e 's!-O2!!' -pre-install: +pre-su-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ ${PKGINSTALL} ${PKGNAME} PRE-INSTALL |