diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-29 13:36:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-29 13:36:22 +0000 |
commit | 41f23087850efa6c20faf71f472b9bdfbea8ff3b (patch) | |
tree | 2d4aeae90623d8133a8f30e3222e0928afb4f6a3 /mail/postfix-current/Makefile | |
parent | 57da95e32a10c935713cee59750d04f2f0281df8 (diff) | |
download | ports-41f23087850efa6c20faf71f472b9bdfbea8ff3b.tar.gz ports-41f23087850efa6c20faf71f472b9bdfbea8ff3b.zip |
Notes
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index d995e9149e01..5aa875de10a6 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 20010502 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -62,7 +63,8 @@ MAKEFILEFLAGS+= OPT="${CFLAGS}" SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ PREFIX="${PREFIX}" \ TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" + MKDIR="${MKDIR}" \ + PREFIX="${PREFIX}" pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix |