1
0
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:
Trevor Johnson 2005-03-15 05:25:17 +00:00
parent c9d38a9570
commit 09f75fd0f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131287
3 changed files with 3 additions and 9 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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