Date: Thu, 29 Aug 2013 14:27:21 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325599 - head/multimedia/sms1xxx-kmod Message-ID: <201308291427.r7TERLMU069553@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ganael.laplanche@martymac.org> -# +# Created by: Ganael Laplanche <ganael.laplanche@martymac.org> # $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}|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308291427.r7TERLMU069553>