svn commit: r363482 - head/emulators/wine-compholio

Kris Moore kmoore at FreeBSD.org
Wed Jul 30 14:18:33 UTC 2014


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 at 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"
 


More information about the svn-ports-all mailing list