diff options
Diffstat (limited to 'devel/arm-aout-binutils/Makefile')
-rw-r--r-- | devel/arm-aout-binutils/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/arm-aout-binutils/Makefile b/devel/arm-aout-binutils/Makefile index db21458b5fab..03522a617fe0 100644 --- a/devel/arm-aout-binutils/Makefile +++ b/devel/arm-aout-binutils/Makefile @@ -8,6 +8,7 @@ PORTNAME= arm-aout-binutils PORTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= binutils @@ -18,5 +19,10 @@ MAINTAINER= pbecke@javagear.com USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=arm-aout +MAN1= arm-aout-addr2line.1 arm-aout-ar.1 arm-aout-as.1 \ + arm-aout-c++filt.1 arm-aout-ld.1 arm-aout-nlmconv.1 \ + arm-aout-nm.1 arm-aout-objcopy.1 arm-aout-objdump.1 \ + arm-aout-ranlib.1 arm-aout-size.1 arm-aout-strings.1 \ + arm-aout-strip.1 .include <bsd.port.mk> |