From 841d47abe4d0945746970b0589b004b7576f6c65 Mon Sep 17 00:00:00 2001 From: Dejan Lesjak Date: Sun, 18 Dec 2005 05:29:45 +0000 Subject: 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 --- misc/compat4x/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/compat4x/Makefile') diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index b647e2364af6..cd1b15c826d4 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 \ -- cgit v1.2.3