svn commit: r383613 - head/textproc/fixrtf

Jason Helfman jgh at FreeBSD.org
Wed Apr 8 22:51:54 UTC 2015


Author: jgh
Date: Wed Apr  8 22:51:52 2015
New Revision: 383613
URL: https://svnweb.freebsd.org/changeset/ports/383613

Log:
  - remove do_nada from fetch target
  
  Approved by:	portmgr (blanket)

Modified:
  head/textproc/fixrtf/Makefile

Modified: head/textproc/fixrtf/Makefile
==============================================================================
--- head/textproc/fixrtf/Makefile	Wed Apr  8 22:07:01 2015	(r383612)
+++ head/textproc/fixrtf/Makefile	Wed Apr  8 22:51:52 2015	(r383613)
@@ -7,6 +7,7 @@ PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	# none
 DISTFILES=	# none
+EXTRACT_ONLY=	# none
 
 # Note: Updates from intron at intron.ac should also be
 # considered as maintainer updates.
@@ -20,9 +21,6 @@ USES=		uidfix
 WRKSRC=		${WRKDIR}/src
 SRC=		${.CURDIR}/src
 
-do-fetch:
-	@${DO_NADA}
-
 pre-patch:
 	@${CP} -R ${SRC} ${WRKDIR}
 


More information about the svn-ports-all mailing list