svn commit: r325599 - head/multimedia/sms1xxx-kmod

Bryan Drewery bdrewery at FreeBSD.org
Thu Aug 29 14:27:21 UTC 2013


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 at martymac.org>
-#
+# Created by: Ganael Laplanche <ganael.laplanche at 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}|' \


More information about the svn-ports-head mailing list