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/compat4x | |
parent | a70b67fb45bda9bff1bd99e8d591a0db04305c94 (diff) |
Notes
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 \ |