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/postfix26 | |
parent | 1f0d71e6eaf14454c265382db47f7a240e13c934 (diff) | |
download | ports-787e0e0ecb918dc5f4e29c57bf1146b1cd12a13d.tar.gz ports-787e0e0ecb918dc5f4e29c57bf1146b1cd12a13d.zip |
Notes
Diffstat (limited to 'mail/postfix26')
-rw-r--r-- | mail/postfix26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 5168159a2da5..0d53f8bd4149 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/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: |