Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2014 09:03:13 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356311 - head/x11-fonts/gbdfed
Message-ID:  <201406030903.s5393DQB053992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Jun  3 09:03:13 2014
New Revision: 356311
URL: http://svnweb.freebsd.org/changeset/ports/356311
QAT: https://qat.redports.org/buildarchive/r356311/

Log:
  - Stage support

Modified:
  head/x11-fonts/gbdfed/Makefile

Modified: head/x11-fonts/gbdfed/Makefile
==============================================================================
--- head/x11-fonts/gbdfed/Makefile	Tue Jun  3 08:50:05 2014	(r356310)
+++ head/x11-fonts/gbdfed/Makefile	Tue Jun  3 09:03:13 2014	(r356311)
@@ -11,14 +11,12 @@ COMMENT=	A GTK2 bitmap font editor
 
 LICENSE=	MIT
 
-USE_BZIP2=	yes
-USES=		gettext pkgconfig
+USES=		gettext pkgconfig tar:bzip2
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 
-MAN1=		gbdfed.1
-PLIST_FILES=	bin/gbdfed
+PLIST_FILES=	bin/gbdfed \
+		man/man1/gbdfed.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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