From b056ca4d891c40c7a70d9a491fd5360a1ae51ad9 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 23 Nov 2008 15:03:12 +0000 Subject: - Fix a minor typo in misc/compat4x port's Makefile: it says "in unsupported" instead of "is unsupported". PR: 129087 Submitted by: Pankov Pavel --- misc/compat4x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index b0ce00a07aeb..7709b7ffd255 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -53,7 +53,7 @@ PLIST_SUB+= LIBDIR="lib" COMPAT4X_DISTFILES= ${PORTNAME}.aa \ ${PORTNAME}.ab .else -IGNORE= in unsupported (FreeBSD 4.x did not run on this architecture) +IGNORE= is unsupported (FreeBSD 4.x did not run on this architecture) .endif .if ${COMPAT4X_ARCH} == i386 -- cgit