ports/149406: [patch] games/connect4: fix amd64 segfault
Anonymous
swell.k at gmail.com
Sat Aug 7 17:30:10 UTC 2010
The following reply was made to PR ports/149406; it has been noted by GNATS.
From: Anonymous <swell.k at gmail.com>
To: bug-followup at 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 at 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 ---
More information about the freebsd-ports-bugs
mailing list