diff options
author | Simon Barner <barner@FreeBSD.org> | 2008-04-06 09:08:28 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2008-04-06 09:08:28 +0000 |
commit | ea8075abbdf1d4d61c257b1e81dd1ae77eeda459 (patch) | |
tree | bf6c7d92eea78741d56d5fcba42c8c0014b708bc /mail/fetchmail | |
parent | fae8e0f615b1dfcff35249a7a11ebfba7391bc56 (diff) |
- Fix installation as non-root user
Submitted by: Stefan Sperling
PR: ports/122269
Notes
Notes:
svn path=/head/; revision=210637
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 963fe6362454..28721719a77b 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -136,7 +136,7 @@ pre-configure: @${ECHO_CMD} "" -pre-install: +pre-su-install: @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: |