Fix stage.
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Mon Dec 2 17:31:14 2013 New Revision: 335518 URL: http://svnweb.freebsd.org/changeset/ports/335518 Log: - Support STAGEDIR PR: ports/184439 Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer) Modified: head/devel/libarena/Makefile (contents, props changed) Modified: head/devel/libarena/Makefile ============================================================================== --- head/devel/libarena/Makefile Mon Dec 2 17:31:10 2013 (r335517) +++ head/devel/libarena/Makefile Mon Dec 2 17:31:14 2013 (r335518) @@ -23,7 +23,6 @@ PLIST_FILES= include/arena/align.h \ lib/libarena.a PLIST_DIRS= include/arena -NO_STAGE= yes post-patch: .for i in Epilogue.mk Prologue.mk @${REINPLACE_CMD} -e \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!