Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 14:18:33 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363482 - head/emulators/wine-compholio
Message-ID:  <201407301418.s6UEIXUF047435@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Wed Jul 30 14:18:32 2014
New Revision: 363482
URL: http://svnweb.freebsd.org/changeset/ports/363482
QAT: https://qat.redports.org/buildarchive/r363482/

Log:
  Fix a typo in setting PLIST=
  
  Submitted by: John Hein <john.hein@microsemi.com>

Modified:
  head/emulators/wine-compholio/Makefile

Modified: head/emulators/wine-compholio/Makefile
==============================================================================
--- head/emulators/wine-compholio/Makefile	Wed Jul 30 14:06:45 2014	(r363481)
+++ head/emulators/wine-compholio/Makefile	Wed Jul 30 14:18:32 2014	(r363482)
@@ -10,7 +10,7 @@ CONFLICTS=	wine-[0-9]* wine-devel-[0-9]*
 OPTIONS_SET=	COMPHOLIO LIBXSLT GNUTLS HAL X11
 
 MASTERDIR=	${.CURDIR}/../wine-devel
-PLIST=		${.MASTERDIR}/pkg-plist
+PLIST=		${MASTERDIR}/pkg-plist
 
 .include "${MASTERDIR}/Makefile"
 



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