svn commit: r338027 - head/x11-clocks/sanduhr

Antoine Brodin antoine at FreeBSD.org
Sun Dec 29 16:35:06 UTC 2013


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 at 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


More information about the svn-ports-head mailing list