svn commit: r383020 - head/sysutils/firstboot-growfs

Jason Helfman jgh at FreeBSD.org
Thu Apr 2 16:01:46 UTC 2015


Author: jgh
Date: Thu Apr  2 16:01:45 2015
New Revision: 383020
URL: https://svnweb.freebsd.org/changeset/ports/383020

Log:
  - minor cleanup
    - options in favor of using pre
    - extract_only to drop fetch target
    - no_install to drop install target
  
  Approved by:	swills (maintainer)

Modified:
  head/sysutils/firstboot-growfs/Makefile

Modified: head/sysutils/firstboot-growfs/Makefile
==============================================================================
--- head/sysutils/firstboot-growfs/Makefile	Thu Apr  2 15:53:57 2015	(r383019)
+++ head/sysutils/firstboot-growfs/Makefile	Thu Apr  2 16:01:45 2015	(r383020)
@@ -5,22 +5,21 @@ PORTVERSION=	1.0
 CATEGORIES=	sysutils
 MASTER_SITES=	# none
 DISTFILES=	# none
+EXTRACT_ONLY=	# none
 
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Expand / when the system first boots
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
+NO_INSTALL=	yes
 
 USE_RC_SUBR=	firstboot_growfs
 
-.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>


More information about the svn-ports-all mailing list