1
0
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:
Dejan Lesjak 2005-12-18 05:29:45 +00:00
parent a70b67fb45
commit 841d47abe4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151463

View File

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