Date: Sat, 7 Aug 2010 17:30:09 GMT From: Anonymous <swell.k@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/149406: [patch] games/connect4: fix amd64 segfault Message-ID: <201008071730.o77HU9TM016675@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/149406; it has been noted by GNATS. From: Anonymous <swell.k@gmail.com> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/149406: [patch] games/connect4: fix amd64 segfault Date: Sat, 07 Aug 2010 21:19:19 +0400 Anonymous <swell.k@gmail.com> writes: > This PR start to look like VCS ;). Even more so... Hopefully, this is the last one. - apparently, INSTALL_AS_USER removes PREFIX prefix in PLIST_SUB for DATADIR. --- e.diff begins here --- diff --git games/connect4/Makefile games/connect4/Makefile index b1ccfac..375352e 100644 --- games/connect4/Makefile +++ games/connect4/Makefile @@ -39,6 +39,8 @@ BINMODE?= 2555 .if !defined(INSTALL_AS_USER) DATADIR?= /var/games/${PORTNAME} +.else +PLIST_SUB+= DATADIR=${DATADIR} .endif do-install: --- e.diff ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008071730.o77HU9TM016675>