diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-03-06 17:35:38 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-03-06 17:35:38 +0000 |
commit | a4bb1f6b78c331b59441317ef837fddf94ccaf34 (patch) | |
tree | 787574bdfd56665f1c16a5a599794ca4379671ee /lang | |
parent | 6ac237139ef5c5fc05dbc65cdd0a45aa74f32caa (diff) | |
download | ports-a4bb1f6b78c331b59441317ef837fddf94ccaf34.tar.gz ports-a4bb1f6b78c331b59441317ef837fddf94ccaf34.zip |
Notes
Diffstat (limited to 'lang')
-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 c3b61529a99c..467ded075ac8 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: |