Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 20:29:26 +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: r340654 - head/graphics/gpaint
Message-ID:  <201401212029.s0LKTQDi043352@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan 21 20:29:25 2014
New Revision: 340654
URL: http://svnweb.freebsd.org/changeset/ports/340654
QAT: https://qat.redports.org/buildarchive/r340654/

Log:
  Stage support

Modified:
  head/graphics/gpaint/Makefile

Modified: head/graphics/gpaint/Makefile
==============================================================================
--- head/graphics/gpaint/Makefile	Tue Jan 21 20:24:34 2014	(r340653)
+++ head/graphics/gpaint/Makefile	Tue Jan 21 20:29:25 2014	(r340654)
@@ -10,7 +10,7 @@ MASTER_SITES=	${MASTER_SITE_GNU_ALPHA}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A small-scale painting program for GNOME
+COMMENT=	Small-scale painting program for GNOME
 
 USES=		pkgconfig
 USE_GNOME=	libgnomeprint libgnomeprintui
@@ -19,7 +19,6 @@ GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/gpaint-2 %%DATADIR%%/glade/gpaint.glade
 PLIST_DIRS=	%%DATADIR%%/glade %%DATADIR%%
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|_RESPONSE_DISCARD|_RESPONSE_NO|g' ${WRKSRC}/src/drawing.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401212029.s0LKTQDi043352>