diff options
author | pav <pav@FreeBSD.org> | 2009-05-12 19:41:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-12 19:41:17 +0800 |
commit | b3d5842aa276f23de5fd18b606d71f13f3095a26 (patch) | |
tree | 0ba2fc4dca5cdaefb2fe5f49cdbd7e0780428eec /mail/postfix25 | |
parent | 5acdaffb9669cfd6f62bbb452a66e99a4570f271 (diff) | |
download | freebsd-ports-gnome-b3d5842aa276f23de5fd18b606d71f13f3095a26.tar.gz freebsd-ports-gnome-b3d5842aa276f23de5fd18b606d71f13f3095a26.tar.zst freebsd-ports-gnome-b3d5842aa276f23de5fd18b606d71f13f3095a26.zip |
- Fix non-root installation (use pre-su-install target)
PR: ports/133790
Submitted by: jhb
Approved by: Vick Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'mail/postfix25')
-rw-r--r-- | mail/postfix25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index 5168159a2da5..0d53f8bd4149 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -253,7 +253,7 @@ do-configure: CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ ${ECHO} "all: default" >> Makefile) -pre-install: +pre-su-install: @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL do-install: |