summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>2001-04-30 15:03:32 +0000
committertron <tron>2001-04-30 15:03:32 +0000
commit8a9198110ae8209a70a97077a9c59837662acb2d (patch)
tree0ae60ee3714a73c2fd7d07a30b9d7d8b65d30fc4 /x11
parentfb8ae3cc384b7ebc7059430b936e5523486c9b0f (diff)
downloadpkgsrc-8a9198110ae8209a70a97077a9c59837662acb2d.tar.gz
Fix typo in last commit.
Diffstat (limited to 'x11')
-rw-r--r--x11/xservers/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xservers/Makefile b/x11/xservers/Makefile
index 23e0455bfdc..ce528bae1f4 100644
--- a/x11/xservers/Makefile
+++ b/x11/xservers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/04/30 15:02:49 tron Exp $#
+# $NetBSD: Makefile,v 1.3 2001/04/30 15:03:32 tron Exp $#
DISTNAME= xservers-3.3.6.0
CATEGORIES= x11
@@ -17,7 +17,7 @@ USE_X11BASE= YES
.if !defined(X11_RELEASE) && !defined(CHECK_X11)
X11_RELEASE!= ${MAKE} CHECK_X11=YES print-x11-release
-MAKEFLAGS+= X11_RELEASE="${X11_RELEASE}
+MAKEFLAGS+= X11_RELEASE="${X11_RELEASE}"
.if (${X11_RELEASE} == "6.3")
IGNORE= "The X11 servers are included in your X11 distribution."
.endif