svn commit: r307963 - head/editors/spe

Nicola Vitale nivit at FreeBSD.org
Thu Nov 29 14:34:32 UTC 2012


Author: nivit
Date: Thu Nov 29 14:34:31 2012
New Revision: 307963
URL: http://svnweb.freebsd.org/changeset/ports/307963

Log:
  - Fix fetch
  
  PR:	ports/173216
  Submitted by:	avilla
  Feature safe:	yes

Modified:
  head/editors/spe/Makefile   (contents, props changed)

Modified: head/editors/spe/Makefile
==============================================================================
--- head/editors/spe/Makefile	Thu Nov 29 14:10:36 2012	(r307962)
+++ head/editors/spe/Makefile	Thu Nov 29 14:34:31 2012	(r307963)
@@ -18,6 +18,7 @@ COMMENT=	Stani's Python Editor
 
 NO_BUILD=	yes
 
+FETCH_ARGS=	-Fpr
 USE_PYTHON=	yes
 USE_WX=		2.6
 WANT_UNICODE=	yes


More information about the svn-ports-all mailing list