diff options
Diffstat (limited to 'devel/cxref/Makefile')
-rw-r--r-- | devel/cxref/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile index a8df5ec51584..d2bc6bb1d790 100644 --- a/devel/cxref/Makefile +++ b/devel/cxref/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cxref -PORTVERSION= 1.5b +PORTVERSION= 1.5c CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.demon.co.uk/pub/unix/tools/ @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes GNU_CONFIGURE= yes -ALL_TARGET= cxref-inst cxref-query + MAN1= cxref.1 cxref-query.1 .include <bsd.port.mk> |