Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2005 14:14:43 +0000
From:      Bruce M Simpson <bms@spc.org>
To:        freebsd-ports-bugs@freebsd.org
Subject:   attempt to fix build on sparc64 of ports/mail/wmymail
Message-ID:  <20050114141443.GF57985@empiric.icir.org>

next in thread | raw e-mail | index | archive | help
? work
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/wmymail/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile	12 Jan 2005 15:53:47 -0000	1.4
+++ Makefile	14 Jan 2005 14:14:04 -0000
@@ -19,7 +19,7 @@ RUN_DEPENDS=	fetchmail:${PORTSDIR}/mail/
 
 USE_X_PREFIX=	yes
 
-NOMAN=
+NOMAN=		defined
 PLIST_FILES=	bin/wmymail
 
 .include <bsd.port.mk>
Index: files/patch-Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/wmymail/files/patch-Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 patch-Makefile
--- files/patch-Makefile	26 Jun 2003 15:53:21 -0000	1.1
+++ files/patch-Makefile	14 Jan 2005 14:14:04 -0000
@@ -22,7 +22,7 @@
 +LDADD+= -L${X11BASE}/lib
  
 -default all target: wmymail
-+NOMAN=
++NOMAN=	defined
 +
 +XPMS= xpm/main.xpm xpm/mbox_1.xpm xpm/mbox_2.xpm xpm/mbox_3.xpm \
 +  xpm/numbers.xpm xpm/unumbers.xpm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050114141443.GF57985>