diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-02-05 14:45:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-02-05 14:45:17 +0000 |
commit | efe3195bcafab9226191dbd3419157900f900b1c (patch) | |
tree | 7d323494260fd19e5471643545e1961f09cd6764 /misc/compat4x | |
parent | d62a649e53ba2f4dc02bacec6ea2fd34e9ae4e02 (diff) | |
download | ports-efe3195bcafab9226191dbd3419157900f900b1c.tar.gz ports-efe3195bcafab9226191dbd3419157900f900b1c.zip |
Notes
Diffstat (limited to 'misc/compat4x')
-rw-r--r-- | misc/compat4x/pkg-plist.freebsd4 | 1 | ||||
-rw-r--r-- | misc/compat4x/pkg-plist.freebsd5 | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/misc/compat4x/pkg-plist.freebsd4 b/misc/compat4x/pkg-plist.freebsd4 index 35824c35b003..ce84aa37663e 100644 --- a/misc/compat4x/pkg-plist.freebsd4 +++ b/misc/compat4x/pkg-plist.freebsd4 @@ -3,4 +3,3 @@ lib/compat/libfetch.so.2 %%FORBIDDEN:%%lib/compat/libssl.so.1 %%FORBIDDEN:%%lib/compat/libssl.so.2 -@dirrmtry lib/compat diff --git a/misc/compat4x/pkg-plist.freebsd5 b/misc/compat4x/pkg-plist.freebsd5 index 67b4b7e4810c..55f5ac37edc3 100644 --- a/misc/compat4x/pkg-plist.freebsd5 +++ b/misc/compat4x/pkg-plist.freebsd5 @@ -38,6 +38,4 @@ %%LIBDIR%%/compat/pam_tacplus.so %%LIBDIR%%/compat/pam_unix.so %%AMD64_ONLY%%@exec %%LDCONFIG_LIB32%% -m %D/%%LIBDIR%%/compat -@dirrmtry %%LIBDIR%%/compat @comment Hardcode lib32 since we should not remove lib. -%%AMD64_ONLY%%@dirrmtry lib32 |