mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Explicitly set PKGNAMESUFFIX for amd64 case so package is named the same in
output of 'make describe' for both native and crossbuild. Spotted by: kris
This commit is contained in:
parent
a70b67fb45
commit
841d47abe4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151463
@ -40,6 +40,7 @@ COMPAT4X_DISTFILES= ${PORTNAME}.aa \
|
||||
${PORTNAME}.ab
|
||||
.elif ${ARCH} == amd64
|
||||
ARCH= i386
|
||||
PKGNAMESUFFIX= -i386
|
||||
TARGET_DIR= ${PREFIX}/lib32/compat
|
||||
PLIST_SUB+= LIBDIR="lib32"
|
||||
COMPAT4X_DISTFILES= ${PORTNAME}.aa \
|
||||
|
Loading…
Reference in New Issue
Block a user