diff options
author | pav <pav@FreeBSD.org> | 2011-10-27 06:44:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-10-27 06:44:50 +0800 |
commit | 91178a22fa5c5a704284dc6e3ea010d65dfd1d20 (patch) | |
tree | 2489c16ed41406b5677a3575ab5ba15017c00ef1 | |
parent | b35a7d567616865981f6260482fc19449732843e (diff) | |
download | freebsd-ports-gnome-91178a22fa5c5a704284dc6e3ea010d65dfd1d20.tar.gz freebsd-ports-gnome-91178a22fa5c5a704284dc6e3ea010d65dfd1d20.tar.zst freebsd-ports-gnome-91178a22fa5c5a704284dc6e3ea010d65dfd1d20.zip |
- Mark BROKEN on amd64: fails during installation (updating man pages)
Updating /usr/local/share/doc/postfix/scache.8.html...
Updating /usr/local/share/doc/postfix/tlsmgr.8.html...
*** Error code 1
Reported by: pointyhat
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index e0382f5f30e2..0b6dfcdda74a 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -92,6 +92,10 @@ MLINKS= sendmail.1 mailq.1 \ HTML1= body_checks.5.html bounce.5.html postfix-power.png \ scache.8.html tlsmgr.8.html +.if ${ARCH} == "amd64" +BROKEN= fails during installation +.endif + .if !defined(DEBUG) MAKEFILEFLAGS+= DEBUG= .endif |