svn commit: r332531 - head/textproc/xmlroff

Hiroki Sato hrs at FreeBSD.org
Sat Nov 2 18:11:30 UTC 2013


Author: hrs
Date: Sat Nov  2 18:11:29 2013
New Revision: 332531
URL: http://svnweb.freebsd.org/changeset/ports/332531

Log:
  Add STAGEDIR support.

Modified:
  head/textproc/xmlroff/Makefile

Modified: head/textproc/xmlroff/Makefile
==============================================================================
--- head/textproc/xmlroff/Makefile	Sat Nov  2 18:10:07 2013	(r332530)
+++ head/textproc/xmlroff/Makefile	Sat Nov  2 18:11:29 2013	(r332531)
@@ -26,7 +26,6 @@ CONFIGURE_ARGS=	--disable-gtk-doc \
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
 		${WRKSRC}/libfo/fo-libfo-basic.h


More information about the svn-ports-head mailing list