svn commit: r410469 - head/lang/hla
Pietro Cerutti
gahr at FreeBSD.org
Sun Mar 6 17:35:39 UTC 2016
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:
More information about the svn-ports-all
mailing list