From 4a8ff7b90c7e1f417ff75ec4da27bad0d2cb1a40 Mon Sep 17 00:00:00 2001 From: farrokhi Date: Wed, 8 Nov 2006 22:04:02 +0000 Subject: Fixed a minor issue in Makefile which was missed in initial import. Approved by: miwi (mentor) --- net-mgmt/sjitter/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-mgmt/sjitter/Makefile b/net-mgmt/sjitter/Makefile index 1938290b921f..1b086f6c8c77 100644 --- a/net-mgmt/sjitter/Makefile +++ b/net-mgmt/sjitter/Makefile @@ -16,7 +16,10 @@ COMMENT= A client/server jitter measurement utility WRKSRC= ${WRKDIR} USE_GMAKE= yes + MAN1= sjitter.1 +MANCOMPRESSED= yes + PLIST_FILES= sbin/sjitters sbin/sjitterc post-patch: -- cgit