svn commit: r356080 - head/print/gribouy

Martin Wilke miwi at FreeBSD.org
Sun Jun 1 09:46:01 UTC 2014


Author: miwi
Date: Sun Jun  1 09:46:01 2014
New Revision: 356080
URL: http://svnweb.freebsd.org/changeset/ports/356080
QAT: https://qat.redports.org/buildarchive/r356080/

Log:
  - Stage support

Modified:
  head/print/gribouy/Makefile

Modified: head/print/gribouy/Makefile
==============================================================================
--- head/print/gribouy/Makefile	Sun Jun  1 09:43:15 2014	(r356079)
+++ head/print/gribouy/Makefile	Sun Jun  1 09:46:01 2014	(r356080)
@@ -5,17 +5,13 @@ PORTNAME=	gribouy
 PORTVERSION=	0.0.8
 PORTREVISION=	13
 CATEGORIES=	print gnome
-#MASTER_SITES=	${MASTER_SITE_SAVANNAH}
-#MASTER_SITE_SUBDIR=	gribouy/unstable.pkg/${PORTVERSION:R}
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	bland
+MASTER_SITES=	LOCAL/bland
 
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Gribouy is a Type1 font editor
 
 USES=		gmake pkgconfig
-USE_GNOME=      gnomeprefix gnomehack libglade2 libgnomeui
+USE_GNOME=	gnomeprefix gnomehack libglade2 libgnomeui
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list