aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkmoore <kmoore@FreeBSD.org>2014-07-30 22:18:32 +0800
committerkmoore <kmoore@FreeBSD.org>2014-07-30 22:18:32 +0800
commit4ec398c33d00e577313ef8c5fb18fdeb6600aed5 (patch)
tree5d900b6958f94cea29378581d299acef67e989a8 /emulators
parent5e80a5d3d62c0e6674b8cdf597fdf77fa3fc3d34 (diff)
downloadfreebsd-ports-gnome-4ec398c33d00e577313ef8c5fb18fdeb6600aed5.tar.gz
freebsd-ports-gnome-4ec398c33d00e577313ef8c5fb18fdeb6600aed5.tar.zst
freebsd-ports-gnome-4ec398c33d00e577313ef8c5fb18fdeb6600aed5.zip
Fix a typo in setting PLIST=
Submitted by: John Hein <john.hein@microsemi.com>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-compholio/Makefile2
1 files changed, 1 insertions, 1 deletions
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"