summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2005-12-18 05:29:45 +0000
committerlesi <lesi@FreeBSD.org>2005-12-18 05:29:45 +0000
commit67e8c11b9e0c38924d008f99a9753d6b9dc10079 (patch)
tree6c68209c91286d93011d7efbfbbded0a52ad4efe /misc
parent8d8ee925e1b194bf34abf62d4e9e3da2b1591dee (diff)
downloadFreeBSD-ports-67e8c11b9e0c38924d008f99a9753d6b9dc10079.zip
FreeBSD-ports-67e8c11b9e0c38924d008f99a9753d6b9dc10079.tar.gz
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
Diffstat (limited to 'misc')
-rw-r--r--misc/compat4x/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile
index b647e23..cd1b15c 100644
--- a/misc/compat4x/Makefile
+++ b/misc/compat4x/Makefile
@@ -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 \
OpenPOWER on IntegriCloud