On 21 Apr 2013 14:37, "Chris Whitehouse" <cwhi...@onetel.com> wrote: > > On 14/04/2013 14:12, nemysis wrote: >> >> >> http://sourceforge.net/projects/nemysisfreebsdp/files/Not_FreeBSD_Port/mobile-broadband-provider-info.shar > > > I do sometimes use ppp over my mobile phone so I thought I'd try it. I get > muji64# make > "Makefile", line 32: Malformed conditional (${PORT_OPTIONS:MDOCS}) > "Makefile", line 36: if-less endif > make: fatal errors encountered -- cannot continue > > With: > muji64# diff -u Makefile.original Makefile > --- Makefile.original 2013-04-21 13:45:06.000000000 +0100 > +++ Makefile 2013-04-21 14:26:34.000000000 +0100 > @@ -29,7 +29,8 @@ > .include <bsd.port.options.mk> > > post-install: > -.if ${PORT_OPTIONS:MDOCS} > +#.if ${PORT_OPTIONS:MDOCS} > +.if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} > .endif > > it makes and installs fine. Is this due to the age of my system? > muji64# uname -a > FreeBSD muji64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Your ports tree is incredibly out of date :) Your patch is fine for you however. Chris _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"