diff options
author | wxs <wxs@FreeBSD.org> | 2009-04-08 00:48:12 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-04-08 00:48:12 +0800 |
commit | 6372647764914f708e78453024210002a65502ae (patch) | |
tree | 61ac1222b7abb0e6ffef882d474417a6ccc3dd5f /www/privoxy | |
parent | 1d9d10754469331e630caebc3ac774c49d062afc (diff) | |
download | freebsd-ports-gnome-6372647764914f708e78453024210002a65502ae.tar.gz freebsd-ports-gnome-6372647764914f708e78453024210002a65502ae.tar.zst freebsd-ports-gnome-6372647764914f708e78453024210002a65502ae.zip |
- Switch to using pre-su-install target to call pkg-install. The script
creates users.
PR: ports/133292
Submitted by: Greg Lewis <glewis@misty.eyesbeyond.com>
Approved by: Fabian Keil <fk@fabiankeil.de> (maintainer)
Diffstat (limited to 'www/privoxy')
-rw-r--r-- | www/privoxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 20cc14dbc149..befaca5c23bd 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -75,7 +75,7 @@ post-patch: pre-configure: @cd ${WRKSRC}; ${AUTOHEADER} -pre-install: +pre-su-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ ${PKGINSTALL} ${PKGNAME} PRE-INSTALL |