mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Use ARCH instead of MACHINE_ARCH
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer, implicit), pav
This commit is contained in:
parent
6f9f2edac6
commit
602f01c5e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194405
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
|
||||||
PREFIX= ${JAVA_HOME}/jre
|
PREFIX= ${JAVA_HOME}/jre
|
||||||
NO_MTREE= yes
|
NO_MTREE= yes
|
||||||
|
|
||||||
PLIST_SUB= ARCH=${MACHINE_ARCH}
|
PLIST_SUB= ARCH=${ARCH}
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/ltconfig
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/ltconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue