diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-12 11:41:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-12 11:41:17 +0000 |
commit | 787e0e0ecb918dc5f4e29c57bf1146b1cd12a13d (patch) | |
tree | 3eed113767bbcd84eac46a39a2edc67fe4429a0c /mail/postfix27 | |
parent | - Add an option for unixODBC (diff) |
- Fix non-root installation (use pre-su-install target)
PR: ports/133790
Submitted by: jhb
Approved by: Vick Khera <vivek@khera.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=233766
Diffstat (limited to 'mail/postfix27')
-rw-r--r-- | mail/postfix27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 5168159a2da5..0d53f8bd4149 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/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: |