svn commit: r382961 - head/ports-mgmt/lsknobs

Jason Helfman jgh at FreeBSD.org
Wed Apr 1 22:08:59 UTC 2015


Author: jgh
Date: Wed Apr  1 22:08:58 2015
New Revision: 382961
URL: https://svnweb.freebsd.org/changeset/ports/382961

Log:
  - remove do_nada
  
  Approved by:	portmgr (blanket)

Modified:
  head/ports-mgmt/lsknobs/Makefile

Modified: head/ports-mgmt/lsknobs/Makefile
==============================================================================
--- head/ports-mgmt/lsknobs/Makefile	Wed Apr  1 22:06:12 2015	(r382960)
+++ head/ports-mgmt/lsknobs/Makefile	Wed Apr  1 22:08:58 2015	(r382961)
@@ -6,6 +6,7 @@ PORTVERSION=	1.0
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none
+EXTRACT_ONLY=	# none
 
 MAINTAINER=	linder.gabriel at gmail.com
 COMMENT=	Simple script to help configure ports knobs and options
@@ -17,9 +18,6 @@ SUB_FILES=	pkg-message ${PORTNAME}.sh
 
 PLIST_FILES=	sbin/${PORTNAME}
 
-do-fetch:
-	@${DO_NADA}
-
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \
 		${STAGEDIR}${PREFIX}/sbin/${PORTNAME}


More information about the svn-ports-all mailing list