Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2015 22:06:13 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382960 - head/ports-mgmt/portconf
Message-ID:  <201504012206.t31M6DT5033908@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Wed Apr  1 22:06:12 2015
New Revision: 382960
URL: https://svnweb.freebsd.org/changeset/ports/382960

Log:
  - remove do_nada and unmute installation
  
  Approved by:	portmgr (blanket)

Modified:
  head/ports-mgmt/portconf/Makefile

Modified: head/ports-mgmt/portconf/Makefile
==============================================================================
--- head/ports-mgmt/portconf/Makefile	Wed Apr  1 21:49:59 2015	(r382959)
+++ head/ports-mgmt/portconf/Makefile	Wed Apr  1 22:06:12 2015	(r382960)
@@ -7,6 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none
+EXTRACT_ONLY=	# none
 
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Universal tool to set specific port knobs
@@ -16,10 +17,7 @@ SUB_FILES=	pkg-message ${PORTNAME}.sh
 
 PLIST_FILES=	libexec/${PORTNAME}
 
-do-fetch:
-	@${DO_NADA}
-
 do-install:
-	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504012206.t31M6DT5033908>