diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-23 23:03:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-23 23:03:12 +0800 |
commit | b056ca4d891c40c7a70d9a491fd5360a1ae51ad9 (patch) | |
tree | bbf509972fb51cf26bb2fb4ce1107e090b5d6a30 /misc | |
parent | 221ff3d0f8506a0f7fee3a9ef476709dd35a4347 (diff) | |
download | freebsd-ports-gnome-b056ca4d891c40c7a70d9a491fd5360a1ae51ad9.tar.gz freebsd-ports-gnome-b056ca4d891c40c7a70d9a491fd5360a1ae51ad9.tar.zst freebsd-ports-gnome-b056ca4d891c40c7a70d9a491fd5360a1ae51ad9.zip |
- Fix a minor typo in misc/compat4x port's Makefile:
it says "in unsupported" instead of "is unsupported".
PR: 129087
Submitted by: Pankov Pavel <pankov_p@mail.ru>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat4x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |