Date: Sun, 29 Dec 2013 16:35:06 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338027 - head/x11-clocks/sanduhr Message-ID: <201312291635.rBTGZ6rB016263@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 29 16:35:06 2013 New Revision: 338027 URL: http://svnweb.freebsd.org/changeset/ports/338027 Log: Stage support Modified: head/x11-clocks/sanduhr/Makefile head/x11-clocks/sanduhr/pkg-plist Modified: head/x11-clocks/sanduhr/Makefile ============================================================================== --- head/x11-clocks/sanduhr/Makefile Sun Dec 29 16:34:27 2013 (r338026) +++ head/x11-clocks/sanduhr/Makefile Sun Dec 29 16:35:06 2013 (r338027) @@ -8,16 +8,13 @@ CATEGORIES= x11-clocks gnome MASTER_SITES= http://seehuhn.de/media/programs/ MAINTAINER= ports@FreeBSD.org -COMMENT= An alarm clock for GNOME desktop designed as a sand-glass +COMMENT= Alarm clock for GNOME desktop designed as a sand-glass -USES= gmake pkgconfig -USE_GNOME= gnomehack gnomeprefix libgnomeui +USES= gmake pathfix pkgconfig +USE_GNOME= gnomeprefix libgnomeui INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= sanduhr.1 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/x11-clocks/sanduhr/pkg-plist ============================================================================== --- head/x11-clocks/sanduhr/pkg-plist Sun Dec 29 16:34:27 2013 (r338026) +++ head/x11-clocks/sanduhr/pkg-plist Sun Dec 29 16:35:06 2013 (r338027) @@ -1,5 +1,6 @@ bin/sanduhr libdata/bonobo/servers/sanduhr.server +man/man1/sanduhr.1.gz share/gnome/apps/Utilities/sanduhr.desktop share/gnome/help/sanduhr/C/alarmref.xml share/gnome/help/sanduhr/C/factoryref.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291635.rBTGZ6rB016263>