diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc-aux/Makefile.version | 2 | ||||
-rw-r--r-- | lang/gnat_util/Makefile | 8 | ||||
-rw-r--r-- | lang/gnat_util/Makefile.sources | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lang/gcc-aux/Makefile.version b/lang/gcc-aux/Makefile.version index 3708bbeadff5..de3ce8ba20cd 100644 --- a/lang/gcc-aux/Makefile.version +++ b/lang/gcc-aux/Makefile.version @@ -5,7 +5,7 @@ GCC_POINT= 2 GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT} SNAPSHOT= 20141023 MAIN_PR= 1 -UTIL_PR= 0 +UTIL_PR= 1 ARMV5_PR= 0 ARMV7_PR= 0 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 \ |