Date: Fri, 11 Sep 2009 10:50:08 GMT From: "Edward Sanford Sutton, III" <mirror176@cox.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/136427: can't make devel/gwenhywfar Message-ID: <200909111050.n8BAo8C2054997@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/136427; it has been noted by GNATS. From: "Edward Sanford Sutton, III" <mirror176@cox.net> To: bug-followup@freebsd.org, kungfu_disciple@sbcglobal.net Cc: Subject: Re: ports/136427: can't make devel/gwenhywfar Date: Fri, 11 Sep 2009 03:37:07 -0700 It looks like this has been a problem since after gwenhywfar-2.6.2_2 and is only a problem when PORTDOCS is defined. The following patch should get it at least building again but I do not know if the plist is still up to date --- /usr/ports/devel/gwenhywfar/Makefile~ 2009-09-11 02:48:37.000000000 -0700 +++ /usr/ports/devel/gwenhywfar/Makefile 2009-09-11 02:48:55.000000000 -0700 @@ -59,7 +59,7 @@ post-build: .if !defined(NOPORTDOCS) && defined(WITH_PORTDOCS) - @cd ${WRKSRC} && ${MAKE} srcdoc + @cd ${WRKSRC} && ${GMAKE} srcdoc .endif post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909111050.n8BAo8C2054997>