From owner-svn-ports-all@FreeBSD.ORG Sat Nov 3 17:28:06 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12932841; Sat, 3 Nov 2012 17:28:06 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EE77A8FC0C; Sat, 3 Nov 2012 17:28:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA3HS5Es010371; Sat, 3 Nov 2012 17:28:05 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA3HS5lN010369; Sat, 3 Nov 2012 17:28:05 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201211031728.qA3HS5lN010369@svn.freebsd.org> From: Olli Hauer Date: Sat, 3 Nov 2012 17:28:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306931 - head/net-mgmt/mk-livestatus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2012 17:28:06 -0000 Author: ohauer Date: Sat Nov 3 17:28:05 2012 New Revision: 306931 URL: http://svn.freebsd.org/changeset/ports/306931 Log: - fix pkg-plist Feature safe: yes Modified: head/net-mgmt/mk-livestatus/Makefile Modified: head/net-mgmt/mk-livestatus/Makefile ============================================================================== --- head/net-mgmt/mk-livestatus/Makefile Sat Nov 3 17:10:29 2012 (r306930) +++ head/net-mgmt/mk-livestatus/Makefile Sat Nov 3 17:28:05 2012 (r306931) @@ -16,7 +16,9 @@ LICENSE= GPLv2 USE_GMAKE= yes GNU_CONFIGURE= yes -PLIST_FILES= lib/mk-livestatus/unixcat lib/mk-livestatus/livestatus.o +PLIST_FILES= lib/mk-livestatus/unixcat \ + lib/mk-livestatus/livecheck \ + lib/mk-livestatus/livestatus.o PLIST_DIRS= lib/${PORTNAME} SUB_FILES= pkg-message SUB_LIST= PREFIX=${PREFIX}