Date: Fri, 4 Oct 2013 15:21:09 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329323 - in head/math: calcoo galculator Message-ID: <201310041521.r94FL9Rn043115@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Fri Oct 4 15:21:09 2013 New Revision: 329323 URL: http://svnweb.freebsd.org/changeset/ports/329323 Log: Support staging. Modified: head/math/calcoo/Makefile head/math/galculator/Makefile head/math/galculator/pkg-plist Modified: head/math/calcoo/Makefile ============================================================================== --- head/math/calcoo/Makefile Fri Oct 4 15:03:59 2013 (r329322) +++ head/math/calcoo/Makefile Fri Oct 4 15:21:09 2013 (r329323) @@ -13,9 +13,7 @@ USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -MAN1= calcoo.1 +PLIST_FILES= bin/calcoo \ + man/man1/calcoo.1.gz -PLIST_FILES= bin/calcoo - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/math/galculator/Makefile ============================================================================== --- head/math/galculator/Makefile Fri Oct 4 15:03:59 2013 (r329322) +++ head/math/galculator/Makefile Fri Oct 4 15:21:09 2013 (r329323) @@ -16,7 +16,4 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-gtk3 -MAN1= galculator.1 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/math/galculator/pkg-plist ============================================================================== --- head/math/galculator/pkg-plist Fri Oct 4 15:03:59 2013 (r329322) +++ head/math/galculator/pkg-plist Fri Oct 4 15:21:09 2013 (r329323) @@ -1,5 +1,6 @@ @comment $FreeBSD$ bin/galculator +man/man1/galculator.1.gz share/applications/galculator.desktop %%DATADIR%%/ui/about.ui %%DATADIR%%/ui/basic_buttons_gtk2.ui
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310041521.r94FL9Rn043115>