diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:32:34 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:32:34 +0000 |
commit | 8a502cb2d43b4059a5678ee4539ca03603104107 (patch) | |
tree | 2c2c3d0def8d9d1ad349013f7b532f0065f57789 /security/libhijack | |
parent | f60d4bacdc58ec061406d72cace1ac1266952e39 (diff) | |
download | freebsd-ports-8a502cb2d43b4059a5678ee4539ca03603104107.zip |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
Diffstat (limited to 'security/libhijack')
-rw-r--r-- | security/libhijack/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/libhijack/Makefile b/security/libhijack/Makefile index 01f7c5fdadee..ff5cda48bbea 100644 --- a/security/libhijack/Makefile +++ b/security/libhijack/Makefile @@ -23,8 +23,6 @@ PLIST_FILES= include/hijack.h \ lib/libhijack.so.1 \ sbin/hijack -BROKEN_FreeBSD_10= Designed for 11.0 and newer - do-install: # the original install fails: https://github.com/SoldierX/libhijack/issues/6 ${INSTALL_DATA} ${WRKSRC}/include/hijack.h ${STAGEDIR}${PREFIX}/include ${INSTALL_LIB} ${WRKSRC}/libhijack/obj/libhijack.so* ${STAGEDIR}${PREFIX}/lib |