From 4ec398c33d00e577313ef8c5fb18fdeb6600aed5 Mon Sep 17 00:00:00 2001 From: kmoore Date: Wed, 30 Jul 2014 14:18:32 +0000 Subject: Fix a typo in setting PLIST= Submitted by: John Hein --- emulators/wine-compholio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/wine-compholio/Makefile b/emulators/wine-compholio/Makefile index 2a3f7202dddb..270708d4fb1a 100644 --- a/emulators/wine-compholio/Makefile +++ b/emulators/wine-compholio/Makefile @@ -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" -- cgit