svn commit: r356311 - head/x11-fonts/gbdfed

Martin Wilke miwi at FreeBSD.org
Tue Jun 3 09:03:14 UTC 2014


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>


More information about the svn-ports-head mailing list