diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-11 03:20:57 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-11 03:20:57 +0800 |
commit | 40b9810aa6898d5704132d7c093ea6a237fbbaf3 (patch) | |
tree | fd26c544d8404418508cba48a0b434a1dedc282f /security | |
parent | 8a346c2772b60f3492c96cd3536949b4d0f4d7bb (diff) | |
download | freebsd-ports-gnome-40b9810aa6898d5704132d7c093ea6a237fbbaf3.tar.gz freebsd-ports-gnome-40b9810aa6898d5704132d7c093ea6a237fbbaf3.tar.zst freebsd-ports-gnome-40b9810aa6898d5704132d7c093ea6a237fbbaf3.zip |
- Forget this one.
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 3c6bdac36483..3faa3b0743f3 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -46,7 +46,7 @@ pre-su-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ ${PKGINSTALL} ${PKGNAME} PRE-INSTALL -post-install: +post-su-install: @${MKDIR} /var/run/tor @${CHOWN} _tor:_tor /var/run/tor @${TOUCH} /var/log/tor |