svn commit: r341878 - head/deskutils/helpviewer

Antoine Brodin antoine at FreeBSD.org
Thu Jan 30 19:40:45 UTC 2014


Author: antoine
Date: Thu Jan 30 19:40:44 2014
New Revision: 341878
URL: http://svnweb.freebsd.org/changeset/ports/341878
QAT: https://qat.redports.org/buildarchive/r341878/

Log:
  Stage support

Modified:
  head/deskutils/helpviewer/Makefile

Modified: head/deskutils/helpviewer/Makefile
==============================================================================
--- head/deskutils/helpviewer/Makefile	Thu Jan 30 19:37:03 2014	(r341877)
+++ head/deskutils/helpviewer/Makefile	Thu Jan 30 19:40:44 2014	(r341878)
@@ -9,7 +9,7 @@ DISTNAME=	HelpViewer-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	An online help viewer for GNUstep programs
+COMMENT=	Online help viewer for GNUstep programs
 
 LICENSE=	GPLv2
 
@@ -20,7 +20,6 @@ USE_GNUSTEP_INSTALL=	yes
 
 FIXME=	HandlerStructureXLP.h TextFormatterXLP.h
 
-NO_STAGE=	yes
 post-patch:
 .for i in ${FIXME}
 	${REINPLACE_CMD} -e 's|Foundation/GSXML.h|GNUstepBase/GSXML.h|' \


More information about the svn-ports-all mailing list