Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2015 19:15:55 +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: r382940 - head/sysutils/firstboot-freebsd-update
Message-ID:  <201504011915.t31JFtqL049674@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Wed Apr  1 19:15:54 2015
New Revision: 382940
URL: https://svnweb.freebsd.org/changeset/ports/382940

Log:
  - minor cleanup
    - options in favor of using pre
    - extract_only to drop fetch target
    - no_install to drop install target
  
  PR:		199097
  Submitted by:	jgh
  Approved by:	cperciva (maintainer)

Modified:
  head/sysutils/firstboot-freebsd-update/Makefile

Modified: head/sysutils/firstboot-freebsd-update/Makefile
==============================================================================
--- head/sysutils/firstboot-freebsd-update/Makefile	Wed Apr  1 18:57:32 2015	(r382939)
+++ head/sysutils/firstboot-freebsd-update/Makefile	Wed Apr  1 19:15:54 2015	(r382940)
@@ -5,22 +5,21 @@ PORTVERSION=	1.2
 CATEGORIES=	sysutils
 MASTER_SITES=	# none
 DISTFILES=	# none
+EXTRACT_ONLY=	# none
 
 MAINTAINER=	cperciva@FreeBSD.org
 COMMENT=	Update the system using freebsd-update when it first boots
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
+NO_INSTALL=	yes
 
 USE_RC_SUBR=	firstboot_freebsd_update
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000100 ) || ( ${OSVERSION} >= 1000500 && ${OSVERSION} < 1000501 ) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 )
 IGNORE=	first boot rc.d scripts not supported on this version of FreeBSD
 .endif
 
-do-fetch do-install:
-	@${DO_NADA}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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