mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Don't error out when the user defines USE_LINUX (See PR 69997 and
bsd.port.mk 1.505).
This commit is contained in:
parent
c9d38a9570
commit
09f75fd0f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131287
@ -70,9 +70,7 @@ MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
|
||||
# Let's avoid hardcoding 'en' as the language.
|
||||
LANG= en
|
||||
|
||||
.ifdef USE_LINUX
|
||||
.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
.endif
|
||||
.undef USE_LINUX
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -68,9 +68,7 @@ PLIST= ${WRKDIR}/pkg-plist
|
||||
# Red Hat Linux 9 is only available in English.
|
||||
LANG= en
|
||||
|
||||
.ifdef USE_LINUX
|
||||
.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
.endif
|
||||
.undef USE_LINUX
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -58,9 +58,7 @@ NO_FILTER_SHLIBS= yes
|
||||
NO_MTREE= yes
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
.ifdef USE_LINUX
|
||||
.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
.endif
|
||||
.undef USE_LINUX
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
DBPATH= /var/lib/rpm
|
||||
|
Loading…
x
Reference in New Issue
Block a user