Date: Sat, 3 Nov 2012 17:28:05 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306931 - head/net-mgmt/mk-livestatus Message-ID: <201211031728.qA3HS5lN010369@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211031728.qA3HS5lN010369>