mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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>
This commit is contained in:
parent
8025791c3b
commit
8d3ebaef8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223254
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue