From owner-svn-ports-head@FreeBSD.ORG Fri Oct 11 18:50:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 72097558; Fri, 11 Oct 2013 18:50:19 +0000 (UTC) (envelope-from pawel@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 45A2C2B28; Fri, 11 Oct 2013 18:50:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BIoJH0043010; Fri, 11 Oct 2013 18:50:19 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9BIoI1F043007; Fri, 11 Oct 2013 18:50:18 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201310111850.r9BIoI1F043007@svn.freebsd.org> From: Pawel Pekala Date: Fri, 11 Oct 2013 18:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330097 - head/x11/xnee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 18:50:19 -0000 Author: pawel Date: Fri Oct 11 18:50:18 2013 New Revision: 330097 URL: http://svnweb.freebsd.org/changeset/ports/330097 Log: Add support for STAGEDIR Modified: head/x11/xnee/Makefile head/x11/xnee/pkg-plist (contents, props changed) Modified: head/x11/xnee/Makefile ============================================================================== --- head/x11/xnee/Makefile Fri Oct 11 18:49:15 2013 (r330096) +++ head/x11/xnee/Makefile Fri Oct 11 18:50:18 2013 (r330097) @@ -17,9 +17,6 @@ USES= gmake pathfix CONFIGURE_ARGS= --enable-cli --disable-doc --disable-xinput2 -MAN1= cnee.1 xnee.1 -INFO= xnee - OPTIONS_DEFINE= GNEE PNEE OPTIONS_SUB= yes GNEE_DESC= GUI frontend @@ -28,12 +25,10 @@ PNEE_DESC= GNOME panel frontend GNEE_CONFIGURE_ENABLE= gui PNEE_CONFIGURE_ENABLE= gnome-applet -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNEE} USE_GNOME+= gtk20 -MAN1+= gnee.1 DESKTOP_ENTRIES= "Gnee" "${COMMENT}" "${PORTNAME}.png" \ "gnee" "Development;" true .endif @@ -41,7 +36,6 @@ DESKTOP_ENTRIES= "Gnee" "${COMMENT}" "${ .if ${PORT_OPTIONS:MPNEE} BROKEN= Does not build, needs newer gnomepanel USE_GNOME+= gnomepanel -MAN1+= pnee.1 .else CONFIGURE_ENV+= libgnomeui_CFLAGS="${TRUE}" \ libgnomeui_LIBS="${TRUE}" @@ -70,6 +64,6 @@ post-patch: 's|cp $$(PNEE)|$$(INSTALL_PROGRAM) $$(PNEE)|g' ${WRKSRC}/pnee/src/Makefile.in post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH} + ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${STAGEDIR}${PREFIX}/${INFO_PATH} .include Modified: head/x11/xnee/pkg-plist ============================================================================== --- head/x11/xnee/pkg-plist Fri Oct 11 18:49:15 2013 (r330096) +++ head/x11/xnee/pkg-plist Fri Oct 11 18:50:18 2013 (r330097) @@ -1,7 +1,12 @@ bin/cnee %%GNEE%%bin/gnee +info/xnee.info %%PNEE%%libdata/bonobo/servers/pnee.server %%PNEE%%libexec/pnee +man/man1/cnee.1.gz +%%GNEE%%man/man1/gnee.1.gz +%%PNEE%%man/man1/pnee.1.gz +man/man1/xnee.1.gz share/pixmaps/xnee.png share/pixmaps/xnee.xpm %%DATADIR%%/example1.xns