Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 02:06:01 +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: r325767 - head/www/dansguardian
Message-ID:  <201308310206.r7V261Oi090615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Aug 31 02:06:01 2013
New Revision: 325767
URL: http://svnweb.freebsd.org/changeset/ports/325767

Log:
  - No MASTER_SITE defined, manual fetch is required regardless of
    PACKAGE_BUILDING. Otherwise this just fails to fetch when building packages.
    Missed in r325598
  
  With hat:	portmgr

Modified:
  head/www/dansguardian/Makefile

Modified: head/www/dansguardian/Makefile
==============================================================================
--- head/www/dansguardian/Makefile	Sat Aug 31 02:00:00 2013	(r325766)
+++ head/www/dansguardian/Makefile	Sat Aug 31 02:06:01 2013	(r325767)
@@ -115,7 +115,7 @@ CONFIGURE_ARGS+=	--with-dgdebug
 .endif
 
 # User needs to manually download the distfile
-.if !(exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) && !defined(PACKAGE_BUILDING)
+.if !(exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}))
 IGNORE=	commercial source download is restricted.  Please visit and read ${DG_URL} and download ${DISTNAME}${EXTRACT_SUFX} into ${DISTDIR} before running make
 .endif
 



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