diff options
Diffstat (limited to 'devel/jam/Makefile')
-rw-r--r-- | devel/jam/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile index aaa13ca80109..54086e76aafe 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -6,9 +6,9 @@ # PORTNAME= jam -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= devel -MASTER_SITES= ftp://ftp1.perforce.com/pub/jam/ +MASTER_SITES= ftp://ftp.perforce.com/pub/jam/ MAINTAINER= ports@FreeBSD.org COMMENT= A build utility like make(1) @@ -19,6 +19,8 @@ USE_ZIP= yes USE_REINPLACE= yes EXTRACT_BEFORE_ARGS= -q -aa +DOCSDIR= ${PREFIX}/share/doc/jam + post-extract: @${CHMOD} u+w ${WRKSRC}/Makefile |