aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2006-02-08 21:27:26 +0800
committerdanfe <danfe@FreeBSD.org>2006-02-08 21:27:26 +0800
commit8a733f18064a5b4c7fce40a8684d6f1a0af9f426 (patch)
treec2ad3dbf02b9c1709dc012b1f4f7d7e98c4c2f33 /x11
parent31e4c211252dc940050c0dc44e317be33617bdc8 (diff)
downloadfreebsd-ports-gnome-8a733f18064a5b4c7fce40a8684d6f1a0af9f426.tar.gz
freebsd-ports-gnome-8a733f18064a5b4c7fce40a8684d6f1a0af9f426.tar.zst
freebsd-ports-gnome-8a733f18064a5b4c7fce40a8684d6f1a0af9f426.zip
Remove needless quoting and fix incorrect IGNORE text.
Approved by: maintainer timeout
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-contrib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86-contrib/Makefile b/x11/XFree86-contrib/Makefile
index 4f00a0b0fbff..5686b77678ec 100644
--- a/x11/XFree86-contrib/Makefile
+++ b/x11/XFree86-contrib/Makefile
@@ -18,7 +18,7 @@ COMMENT= XFree86 contrib programs
# Define FORCE_PACKAGE from the command line if you want to override
# this and build a package
-NO_PACKAGE= "Binary package distributed by XFree86 already"
+NO_PACKAGE= Binary package distributed by XFree86 already
USE_IMAKE= yes
DIST_SUBDIR= xc
WRKSRC= ${WRKDIR}/contrib
@@ -29,7 +29,7 @@ MAN1= ico.1 listres.1 showfont.1 viewres.1 xbiff.1 xcalc.1 \
.include <bsd.port.pre.mk>
.if ${X_WINDOW_SYSTEM:L} != xfree86-3
-IGNORE= "Only for XFree86 version 3"
+IGNORE= is only for XFree86 version 3
.endif
.include <bsd.port.post.mk>