aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2014-05-14 14:58:15 +0800
committerknu <knu@FreeBSD.org>2014-05-14 14:58:15 +0800
commitb4f8c8015282f8185a19b91e962e8ef51f3262eb (patch)
treef66122678e53991c67337c2086e27bedc5615bea /sysutils
parent13f594b56ad6aa3a7ebf3834bcdf646cef97f0f1 (diff)
downloadfreebsd-ports-gnome-b4f8c8015282f8185a19b91e962e8ef51f3262eb.tar.gz
freebsd-ports-gnome-b4f8c8015282f8185a19b91e962e8ef51f3262eb.tar.zst
freebsd-ports-gnome-b4f8c8015282f8185a19b91e962e8ef51f3262eb.zip
Modernize the port.
PR: ports/189699 Submitted by: Simon Wright <simon.wright@gmx.net>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/libchk/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/libchk/Makefile b/sysutils/libchk/Makefile
index 51dfe1a48e0c..af87b2ff9ac9 100644
--- a/sysutils/libchk/Makefile
+++ b/sysutils/libchk/Makefile
@@ -13,15 +13,13 @@ COMMENT= A tool to check shared library links
LICENSE= BSD
-USE_BZIP2= yes
+USES= tar:bzip2
USE_RUBY= yes
USE_RUBY_FEATURES= optparse
MAKE_ARGS= PREFIX="${PREFIX}"
-MAN1= libchk.1
-MANCOMPRESSED= maybe
-PLIST_FILES= sbin/libchk
+PLIST_FILES= man/man1/libchk.1.gz \
+ sbin/libchk
-NO_STAGE= yes
.include <bsd.port.mk>