diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 15:03:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 15:03:12 +0000 |
commit | 8d3ebaef8f4288c53cc9b44ee1be75844fbca43a (patch) | |
tree | acc116f440d5bf5ec9225117aa7b117071eeb100 /misc | |
parent | 8025791c3b667d9d31550db129103279682a555e (diff) | |
download | ports-8d3ebaef8f4288c53cc9b44ee1be75844fbca43a.tar.gz ports-8d3ebaef8f4288c53cc9b44ee1be75844fbca43a.zip |
Notes
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 |