svn commit: r319988 - head/devel/valgrind-snapshot

Bryan Drewery bdrewery at FreeBSD.org
Wed Jun 5 13:29:47 UTC 2013


Author: bdrewery
Date: Wed Jun  5 13:29:47 2013
New Revision: 319988
URL: http://svnweb.freebsd.org/changeset/ports/319988

Log:
  Remove unneeded :dist group now that manpages are fixed

Modified:
  head/devel/valgrind-snapshot/Makefile

Modified: head/devel/valgrind-snapshot/Makefile
==============================================================================
--- head/devel/valgrind-snapshot/Makefile	Wed Jun  5 13:27:47 2013	(r319987)
+++ head/devel/valgrind-snapshot/Makefile	Wed Jun  5 13:29:47 2013	(r319988)
@@ -5,11 +5,11 @@ PORTNAME=	valgrind
 PORTVERSION=	3.8.1
 PORTEPOCH=	1
 CATEGORIES=	devel
-MASTER_SITES=	http://cdn.bitbucket.org/stass/valgrind-freebsd/downloads/:dist \
-		http://mirror.shatow.net/freebsd/${PORTNAME}/:dist
+MASTER_SITES=	http://cdn.bitbucket.org/stass/valgrind-freebsd/downloads/ \
+		http://mirror.shatow.net/freebsd/${PORTNAME}/
 PKGNAMESUFFIX=	-snapshot
 DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:dist
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	bdrewery at FreeBSD.org
 COMMENT=	Memory debugging and profiling tool


More information about the svn-ports-all mailing list