diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-26 20:25:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-26 20:25:52 +0800 |
commit | 6b5858fec4db786d24622ab72387b862ca03f777 (patch) | |
tree | 46975994b299e5d6925938daf5f74ee4cb7bfe25 /misc/compat8x | |
parent | 49f4f2d1cac7d44848044fdec5410a57cee99ade (diff) | |
download | freebsd-ports-gnome-6b5858fec4db786d24622ab72387b862ca03f777.tar.gz freebsd-ports-gnome-6b5858fec4db786d24622ab72387b862ca03f777.tar.zst freebsd-ports-gnome-6b5858fec4db786d24622ab72387b862ca03f777.zip |
Remove @exec lines redundant with USE_LDCONFIG32
Diffstat (limited to 'misc/compat8x')
-rw-r--r-- | misc/compat8x/Makefile | 1 | ||||
-rw-r--r-- | misc/compat8x/pkg-plist.amd64 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile index 34b038f784aa..29a214113a8d 100644 --- a/misc/compat8x/Makefile +++ b/misc/compat8x/Makefile @@ -29,7 +29,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x .endif .if ${ARCH} == amd64 -PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .endif diff --git a/misc/compat8x/pkg-plist.amd64 b/misc/compat8x/pkg-plist.amd64 index a68f7db30d8e..230b9bf75377 100644 --- a/misc/compat8x/pkg-plist.amd64 +++ b/misc/compat8x/pkg-plist.amd64 @@ -22,4 +22,3 @@ lib32/compat/libtacplus.so.4 lib32/compat/libufs.so.5 lib32/compat/libutil.so.8 lib32/compat/libz.so.5 -@exec %%LDCONFIG_LIB32%% -m %D/lib32/compat |