diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-01-15 06:39:07 +0800 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-01-15 06:39:07 +0800 |
commit | 62fee5d710678d4243269eaf4058de34008b0519 (patch) | |
tree | edd186b2f916c11f0f8d0c44f1b14ee0ad8137d2 /misc | |
parent | e0226e49cb90bf4fe93b2c45e48dcd6e76f42c42 (diff) | |
download | freebsd-ports-gnome-62fee5d710678d4243269eaf4058de34008b0519.tar.gz freebsd-ports-gnome-62fee5d710678d4243269eaf4058de34008b0519.tar.zst freebsd-ports-gnome-62fee5d710678d4243269eaf4058de34008b0519.zip |
s/AMD64/AMD64_ONLY/ to match how this is specified in PLIST_SUB already
Pointed out by: pointyhat via kris
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat4x/pkg-plist.freebsd5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat4x/pkg-plist.freebsd5 b/misc/compat4x/pkg-plist.freebsd5 index 4fb03a702544..5861550cb91c 100644 --- a/misc/compat4x/pkg-plist.freebsd5 +++ b/misc/compat4x/pkg-plist.freebsd5 @@ -38,7 +38,7 @@ %%LIBDIR%%/compat/pam_tacplus.so %%LIBDIR%%/compat/pam_unix.so %%USE_LDCONFIG%%libdata/ldconfig/compat4x -%%USE_LDCONFIG%%%%AMD64%%libdata/ldconfig32/compat4x +%%USE_LDCONFIG%%%%AMD64_ONLY%%libdata/ldconfig32/compat4x %%AMD64_ONLY%%@exec %%LDCONFIG_LIB32%% -m %D/%%LIBDIR%%/compat @unexec rmdir %D/%%LIBDIR%%/compat 2>/dev/null || true @comment Hardcode lib32 since we should not remove lib. |