svn commit: r355280 - head/cad/meshdev

Pietro Cerutti gahr at FreeBSD.org
Mon May 26 07:14:54 UTC 2014


Author: gahr
Date: Mon May 26 07:14:53 2014
New Revision: 355280
URL: http://svnweb.freebsd.org/changeset/ports/355280
QAT: https://qat.redports.org/buildarchive/r355280/

Log:
  - Fix MASTER_SITES
  
  Reported by:	bapt

Modified:
  head/cad/meshdev/Makefile

Modified: head/cad/meshdev/Makefile
==============================================================================
--- head/cad/meshdev/Makefile	Mon May 26 07:04:19 2014	(r355279)
+++ head/cad/meshdev/Makefile	Mon May 26 07:14:53 2014	(r355280)
@@ -4,8 +4,9 @@
 PORTNAME=	meshdev
 PORTVERSION=	0.5
 CATEGORIES=	cad
-MASTER_SITES=	${MASTER_SITE_LOCAL}/gahr/ \
+MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://people.freebsd.org/~gahr/distfiles/
+MASTER_SITE_SUBDIR=	gahr
 
 MAINTAINER=	gahr at FreeBSD.org
 COMMENT=	Mesh comparison software


More information about the svn-ports-all mailing list