Date: Fri, 11 Oct 2013 18:50:18 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330097 - head/x11/xnee Message-ID: <201310111850.r9BIoI1F043007@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> .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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310111850.r9BIoI1F043007>