svn commit: r438102 - in head: devel/bcc editors/bpatch

Joerg Wunsch joerg at FreeBSD.org
Sun Apr 9 12:57:36 UTC 2017


Author: joerg
Date: Sun Apr  9 12:57:35 2017
New Revision: 438102
URL: https://svnweb.freebsd.org/changeset/ports/438102

Log:
  Replace ${MASTER_SITE_LOCAL} by LOCAL/foo.

Modified:
  head/devel/bcc/Makefile
  head/editors/bpatch/Makefile

Modified: head/devel/bcc/Makefile
==============================================================================
--- head/devel/bcc/Makefile	Sun Apr  9 12:03:41 2017	(r438101)
+++ head/devel/bcc/Makefile	Sun Apr  9 12:57:35 2017	(r438102)
@@ -5,8 +5,7 @@ PORTNAME=	bcc
 PORTVERSION=	1995.03.12
 PORTREVISION=	2
 CATEGORIES=	devel lang
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	joerg
+MASTER_SITES=	LOCAL/joerg
 DISTNAME=	${PORTNAME}
 
 MAINTAINER=	joerg at FreeBSD.org

Modified: head/editors/bpatch/Makefile
==============================================================================
--- head/editors/bpatch/Makefile	Sun Apr  9 12:03:41 2017	(r438101)
+++ head/editors/bpatch/Makefile	Sun Apr  9 12:57:35 2017	(r438102)
@@ -5,8 +5,7 @@ PORTNAME=	bpatch
 PORTVERSION=	1.0
 PORTREVISION=	1
 CATEGORIES=	editors
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	joerg
+MASTER_SITES=	LOCAL/joerg
 DISTNAME=	${PORTNAME}
 
 MAINTAINER=	joerg at FreeBSD.org


More information about the svn-ports-head mailing list