diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-14 11:51:51 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-14 11:51:51 +0000 |
commit | efffee199250df60818b6c331b8f473e4cdf3d73 (patch) | |
tree | 4afd280cbd723b7764b41fb8fc1327d26564332c /lang/gcc42/Makefile | |
parent | 1549c01f1b1728814213b4809fb691afee849bc5 (diff) | |
download | ports-efffee199250df60818b6c331b8f473e4cdf3d73.tar.gz ports-efffee199250df60818b6c331b8f473e4cdf3d73.zip |
Notes
Diffstat (limited to 'lang/gcc42/Makefile')
-rw-r--r-- | lang/gcc42/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 5a2101ce8c7f..b30194b2be4c 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.2.5 -PORTREVISION= 20090218 +PORTREVISION= 20090311 CATEGORIES= lang java VERSIONSTRING= 4.2-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -91,11 +91,9 @@ MAN1+= gcj${SUFFIX}.1 \ gjnih${SUFFIX}.1 \ grmic${SUFFIX}.1 \ grmiregistry${SUFFIX}.1 \ - grepjar${SUFFIX}.1 \ - jar${SUFFIX}.1 \ jcf-dump${SUFFIX}.1 \ - jv-scan${SUFFIX}.1 jv-convert${SUFFIX}.1 \ - rmic${SUFFIX}.1 rmiregistry${SUFFIX}.1 + jv-scan${SUFFIX}.1 \ + jv-convert${SUFFIX}.1 INFO+= gcc${SUFFIX}/gcj PLIST_SUB+= JAVA="" @@ -132,11 +130,6 @@ pre-configure: @${MKDIR} ${CONFIGURE_WRKSRC} post-install: - # man pages can only be generated if Perl >= 5.6 is installed; - # fake them otherwise. - for mp in ${_MANPAGES}; do \ - ${TEST} -e $${mp} || ${TOUCH} ${TOUCH_FLAGS} $${mp}; \ - done ${RM} -f ${PREFIX}/man/man7/fsf-funding.7 \ ${PREFIX}/man/man7/gfdl.7 ${PREFIX}/man/man7/gpl.7 ${RM} -f ${TARGLIB}/*.la |