diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-02-08 13:27:26 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-02-08 13:27:26 +0000 |
commit | 364f00f749267a373301c44f61266033e600e296 (patch) | |
tree | 692c4758e2aa937d4603da9886a9b543192c7fc7 | |
parent | Update to 5.64 (diff) |
Remove needless quoting and fix incorrect IGNORE text.
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=155510
-rw-r--r-- | x11/XFree86-contrib/Makefile | 4 |
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> |