svn commit: r340766 - head/devel/libnotify

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 23 00:32:53 UTC 2014


Author: bapt
Date: Thu Jan 23 00:32:52 2014
New Revision: 340766
URL: http://svnweb.freebsd.org/changeset/ports/340766
QAT: https://qat.redports.org/buildarchive/r340766/

Log:
  Support stage

Modified:
  head/devel/libnotify/Makefile

Modified: head/devel/libnotify/Makefile
==============================================================================
--- head/devel/libnotify/Makefile	Thu Jan 23 00:31:22 2014	(r340765)
+++ head/devel/libnotify/Makefile	Thu Jan 23 00:32:52 2014	(r340766)
@@ -8,10 +8,9 @@ CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 
 MAINTAINER=	gnome at FreeBSD.org
-COMMENT=	A library for desktop notifications
+COMMENT=	Library for desktop notifications
 
 LICENSE=	LGPL21
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_XZ=		yes
 USE_GNOME=	intlhack glib20 gdkpixbuf2 ltverhack introspection:build
@@ -21,5 +20,4 @@ USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list