summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau>2014-06-27 00:07:27 +0000
committerasau <asau>2014-06-27 00:07:27 +0000
commit08f8c887327bf512e1f7aa96f9b604a722447fcb (patch)
treebd002dffb71c265450adafe8b12b8828e2f9ecc1
parentd478cf8641d768a875375b62d30d84c76e0f9aa7 (diff)
downloadpkgsrc-08f8c887327bf512e1f7aa96f9b604a722447fcb.tar.gz
Close the string literal.
-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