summaryrefslogtreecommitdiff
path: root/emulators/tme
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-06-27 00:07:27 +0000
committerasau <asau@pkgsrc.org>2014-06-27 00:07:27 +0000
commita5160769fe4d7b7e538bf7d75ab9a99afc59685d (patch)
treebd002dffb71c265450adafe8b12b8828e2f9ecc1 /emulators/tme
parent8ea2c07d68313c552afde20ca4bfb128f0d43af9 (diff)
downloadpkgsrc-a5160769fe4d7b7e538bf7d75ab9a99afc59685d.tar.gz
Close the string literal.
Diffstat (limited to 'emulators/tme')
-rw-r--r--emulators/tme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile
index 48cf6fca9c5..45e610c6219 100644
--- a/emulators/tme/Makefile
+++ b/emulators/tme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2014/05/29 23:36:33 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2014/06/27 00:07:27 asau Exp $
#
DISTNAME= tme-0.8
@@ -36,7 +36,7 @@ _WRAP_EXTRA_ARGS.CC+= -Wno-error=unused-but-set-variable \
PLIST_VARS+= bsd
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || \
- ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly
+ ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly"
PLIST.bsd= yes
.endif