Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 17:35:38 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410469 - head/lang/hla
Message-ID:  <201603061735.u26HZc2g064423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Sun Mar  6 17:35:38 2016
New Revision: 410469
URL: https://svnweb.freebsd.org/changeset/ports/410469

Log:
  lang/hla: store all distfiles at my place

Modified:
  head/lang/hla/Makefile

Modified: head/lang/hla/Makefile
==============================================================================
--- head/lang/hla/Makefile	Sun Mar  6 17:33:03 2016	(r410468)
+++ head/lang/hla/Makefile	Sun Mar  6 17:35:38 2016	(r410469)
@@ -4,11 +4,8 @@
 PORTNAME=	hla
 PORTVERSION=	1.103
 CATEGORIES=	lang
-MASTER_SITES=	http://webster.cs.ucr.edu/AsmTools/HLA/HLAv${PORTVERSION}/:src \
-		http://www.gahr.ch/FreeBSD/HLA/:extra
-DISTFILES=	${PORTNAME}src${EXTRACT_SUFX}:src \
-		bsd.hla.tar.gz:src \
-		lex.yy.c:extra
+MASTER_SITES=	http://www.gahr.ch/FreeBSD/HLA/
+DISTFILES=	${PORTNAME}src${EXTRACT_SUFX} bsd.hla.tar.gz lex.yy.c
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=	${PORTNAME}src${EXTRACT_SUFX}
 
@@ -30,11 +27,10 @@ OPTIONS_DEFINE=	DOCS TEST
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS} || make(makesum)
-DISTFILES+=	HLARef_html${EXTRACT_SUFX}:src \
-		HLAstdlib_html${EXTRACT_SUFX}:src
+DISTFILES+=	HLARef_html${EXTRACT_SUFX} HLAstdlib_html${EXTRACT_SUFX}
 .endif
 .if ${PORT_OPTIONS:MTEST} || make(makesum)
-DISTFILES+=	hello.hla:extra
+DISTFILES+=	hello.hla
 .endif
 
 post-extract:



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