diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-07-30 22:18:32 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-07-30 22:18:32 +0800 |
commit | 4ec398c33d00e577313ef8c5fb18fdeb6600aed5 (patch) | |
tree | 5d900b6958f94cea29378581d299acef67e989a8 /emulators | |
parent | 5e80a5d3d62c0e6674b8cdf597fdf77fa3fc3d34 (diff) | |
download | freebsd-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/Makefile | 2 |
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" |