diff options
author | gahr <gahr@FreeBSD.org> | 2016-03-06 17:35:38 +0000 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-03-06 17:35:38 +0000 |
commit | e097bb212aa2c0285c66042d014e3119cf118f79 (patch) | |
tree | 787574bdfd56665f1c16a5a599794ca4379671ee | |
parent | 9493799b42c25a5f8119fcf5ba8e0b4dd7a15eac (diff) | |
download | FreeBSD-ports-e097bb212aa2c0285c66042d014e3119cf118f79.zip FreeBSD-ports-e097bb212aa2c0285c66042d014e3119cf118f79.tar.gz |
lang/hla: store all distfiles at my place
-rw-r--r-- | lang/hla/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lang/hla/Makefile b/lang/hla/Makefile index c3b6152..467ded0 100644 --- a/lang/hla/Makefile +++ b/lang/hla/Makefile @@ -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: |