diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-11 15:30:56 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-11 15:30:56 +0000 |
commit | f3f5fc3b90d4c5a9e15ad3d68f80079c5fba558c (patch) | |
tree | 9d3abf68acc3d2b5bcc0c5eeb9341697f0e7ba83 /lang/gcc5/Makefile | |
parent | 84c987c5f51e49c7b37f7ba4bc658bf0bbd96a87 (diff) | |
download | ports-f3f5fc3b90d4c5a9e15ad3d68f80079c5fba558c.tar.gz ports-f3f5fc3b90d4c5a9e15ad3d68f80079c5fba558c.zip |
Notes
Diffstat (limited to 'lang/gcc5/Makefile')
-rw-r--r-- | lang/gcc5/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile index 9632c0ec1219..4966b6948f15 100644 --- a/lang/gcc5/Makefile +++ b/lang/gcc5/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc5 PORTVERSION= 5.0.s20140907 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -32,7 +33,7 @@ DISTVERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1.0/} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 -USES= gmake iconv makeinfo perl5 tar:bzip2 +USES= gmake iconv libtool makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build SSP_UNSAFE= yes @@ -133,9 +134,7 @@ full-regression-test: build ; ${SRCDIR}/contrib/test_summary .endif -post-install: - ${FIND} ${STAGEDIR}${TARGLIB} ${STAGEDIR}${LIBEXEC} \ - -name '*.la' | ${XARGS} ${RM} +post-stage: ${RM} -f ${STAGEDIR}${PREFIX}/man/man7/* ${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \ ${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1 |