diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-16 15:11:40 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-16 15:11:40 +0000 |
commit | bee4622fe3268a1fca36af1e82e2c34ba9739497 (patch) | |
tree | 95ebe1309939f38eabd4f0469b5c79d936ac4932 /lang/gnat_util | |
parent | d2fd619340975e436f216d4c07194c3bef7ef55c (diff) | |
download | ports-bee4622fe3268a1fca36af1e82e2c34ba9739497.tar.gz ports-bee4622fe3268a1fca36af1e82e2c34ba9739497.zip |
Notes
Diffstat (limited to 'lang/gnat_util')
-rw-r--r-- | lang/gnat_util/Makefile | 8 | ||||
-rw-r--r-- | lang/gnat_util/Makefile.sources | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/gnat_util/Makefile b/lang/gnat_util/Makefile index a5ecd5451b6b..430cf09396bc 100644 --- a/lang/gnat_util/Makefile +++ b/lang/gnat_util/Makefile @@ -17,12 +17,14 @@ LICENSE_COMB= multi USES= ada tar:bzip2 NO_MTREE= yes -DISTINFO_FILE= ${.CURDIR}/../gcc-aux/distinfo +DISTINFO_FILE= ${.CURDIR}/../${ADAXX}-aux/distinfo WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV= MAKEOBJDIR=${WRKSRC}/obj .include "${.CURDIR}/Makefile.sources" -.include "${.CURDIR}/../gcc-aux/Makefile.version" + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../${ADAXX}-aux/Makefile.version" post-extract: @${MKDIR} ${WRKSRC}/obj @@ -41,4 +43,4 @@ post-install: @(cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \ ${SORT} >> ${TMPPLIST}) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/lang/gnat_util/Makefile.sources b/lang/gnat_util/Makefile.sources index d64b2ba77b17..f7bc2cb14294 100644 --- a/lang/gnat_util/Makefile.sources +++ b/lang/gnat_util/Makefile.sources @@ -53,8 +53,6 @@ GNAT_SRCS= \ mlib-fil.ads \ mlib-tgt-specific.adb \ mlib-tgt-specific.ads \ - mlib-tgt-vms_common.adb \ - mlib-tgt-vms_common.ads \ mlib-tgt.adb \ mlib-tgt.ads \ mlib-utl.adb \ |