diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-12-18 05:29:45 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-12-18 05:29:45 +0000 |
commit | 841d47abe4d0945746970b0589b004b7576f6c65 (patch) | |
tree | fc05efc46562de395033205c04b9993b414dcf4c /misc | |
parent | a70b67fb45bda9bff1bd99e8d591a0db04305c94 (diff) | |
download | ports-841d47abe4d0945746970b0589b004b7576f6c65.tar.gz ports-841d47abe4d0945746970b0589b004b7576f6c65.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
Notes
Notes:
svn path=/head/; revision=151463
Diffstat (limited to 'misc')
-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 \ |