diff options
author | lesi <lesi@FreeBSD.org> | 2005-12-18 13:29:45 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-12-18 13:29:45 +0800 |
commit | 67e8c11b9e0c38924d008f99a9753d6b9dc10079 (patch) | |
tree | 6c68209c91286d93011d7efbfbbded0a52ad4efe /misc/compat4x | |
parent | 8d8ee925e1b194bf34abf62d4e9e3da2b1591dee (diff) | |
download | freebsd-ports-gnome-67e8c11b9e0c38924d008f99a9753d6b9dc10079.tar.gz freebsd-ports-gnome-67e8c11b9e0c38924d008f99a9753d6b9dc10079.tar.zst freebsd-ports-gnome-67e8c11b9e0c38924d008f99a9753d6b9dc10079.zip |
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/compat4x')
-rw-r--r-- | misc/compat4x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |