From owner-svn-ports-all@FreeBSD.ORG Mon Sep 23 22:03:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AC31E42D; Mon, 23 Sep 2013 22:03:17 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96EF02D41; Mon, 23 Sep 2013 22:03:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8NM3HBk099681; Mon, 23 Sep 2013 22:03:17 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8NM3HCt099677; Mon, 23 Sep 2013 22:03:17 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309232203.r8NM3HCt099677@svn.freebsd.org> From: William Grzybowski Date: Mon, 23 Sep 2013 22:03:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328070 - head/x11/lxpanel 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: Mon, 23 Sep 2013 22:03:17 -0000 Author: wg Date: Mon Sep 23 22:03:16 2013 New Revision: 328070 URL: http://svnweb.freebsd.org/changeset/ports/328070 Log: x11/lxpanel: allow staging - Allow stating Modified: head/x11/lxpanel/Makefile head/x11/lxpanel/pkg-plist Modified: head/x11/lxpanel/Makefile ============================================================================== --- head/x11/lxpanel/Makefile Mon Sep 23 22:01:22 2013 (r328069) +++ head/x11/lxpanel/Makefile Mon Sep 23 22:03:16 2013 (r328070) @@ -30,11 +30,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ CFLAGS+= -I${WRKSRC} -Wno-return-type USE_CSTD= gnu89 -MAN1= lxpanel.1 lxpanelctl.1 - PORTDOCS= AUTHORS README -NO_STAGE= yes .include .if ${PORT_OPTIONS:MALSA} @@ -63,8 +60,8 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .include Modified: head/x11/lxpanel/pkg-plist ============================================================================== --- head/x11/lxpanel/pkg-plist Mon Sep 23 22:01:22 2013 (r328069) +++ head/x11/lxpanel/pkg-plist Mon Sep 23 22:03:16 2013 (r328070) @@ -7,6 +7,8 @@ lib/lxpanel/plugins/kbled.so lib/lxpanel/plugins/volume.so lib/lxpanel/plugins/xkb.so libdata/pkgconfig/lxpanel.pc +man/man1/lxpanel.1 +man/man1/lxpanelctl.1 %%NLS%%share/locale/af/LC_MESSAGES/lxpanel.mo %%NLS%%share/locale/ar/LC_MESSAGES/lxpanel.mo %%NLS%%share/locale/be/LC_MESSAGES/lxpanel.mo