From owner-svn-ports-all@FreeBSD.ORG Thu Aug 29 14:27:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 429BE775; Thu, 29 Aug 2013 14:27:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F1C52BB9; Thu, 29 Aug 2013 14:27:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7TERLU6069555; Thu, 29 Aug 2013 14:27:21 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7TERLMU069553; Thu, 29 Aug 2013 14:27:21 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308291427.r7TERLMU069553@svn.freebsd.org> From: Bryan Drewery Date: Thu, 29 Aug 2013 14:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325599 - head/multimedia/sms1xxx-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 14:27:21 -0000 Author: bdrewery Date: Thu Aug 29 14:27:20 2013 New Revision: 325599 URL: http://svnweb.freebsd.org/changeset/ports/325599 Log: - Use IGNORE when PACKAGE_BUILDING; keep pre-fetch as it is creating the directory to fetch to for the user. With hat: portmgr Modified: head/multimedia/sms1xxx-kmod/Makefile Modified: head/multimedia/sms1xxx-kmod/Makefile ============================================================================== --- head/multimedia/sms1xxx-kmod/Makefile Thu Aug 29 14:16:03 2013 (r325598) +++ head/multimedia/sms1xxx-kmod/Makefile Thu Aug 29 14:27:20 2013 (r325599) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sms1xxx-kmod -# Date created: 10 February 2010 -# Whom: Ganael Laplanche -# +# Created by: Ganael Laplanche # $FreeBSD$ -# PORTNAME= sms1xxx PORTVERSION= 20120113 @@ -110,12 +106,16 @@ DISTFILE_INSTRUCTIONS+= \ PLIST_SUB+= PL_NOVA="@comment " .endif -pre-fetch: .if defined(DISTFILE_INSTRUCTIONS) +.if defined(PACKAGE_BUILDING) +IGNORE= requires manual fetch +.else +pre-fetch: @${MKDIR} ${DISTDIR}/${DIST_SUBDIR} @${PRINTF} "${DISTFILE_INSTRUCTIONS}" @exit 1 .endif +.endif post-patch: @${REINPLACE_CMD} -e 's|SUBDIR=|SUBDIR= ${BUILD_FWS}|' \