diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-08 20:27:12 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-08 20:27:12 +0800 |
commit | 05f5dfcc175e899a4e5e2c745cc6f61ffa5c62c6 (patch) | |
tree | 464342b56c377152f52ee2fa9bae06dfd114b59a /devel/jam | |
parent | 9609625f9850da95adefc894dea8ba219106af1b (diff) | |
download | freebsd-ports-gnome-05f5dfcc175e899a4e5e2c745cc6f61ffa5c62c6.tar.gz freebsd-ports-gnome-05f5dfcc175e899a4e5e2c745cc6f61ffa5c62c6.tar.zst freebsd-ports-gnome-05f5dfcc175e899a4e5e2c745cc6f61ffa5c62c6.zip |
Upgrade to version 2.3
PR: 24872
Submitted by: Ports Fury
Diffstat (limited to 'devel/jam')
-rw-r--r-- | devel/jam/Makefile | 17 | ||||
-rw-r--r-- | devel/jam/distinfo | 2 | ||||
-rw-r--r-- | devel/jam/files/patch-aa | 17 | ||||
-rw-r--r-- | devel/jam/pkg-descr | 2 | ||||
-rw-r--r-- | devel/jam/pkg-plist | 9 |
5 files changed, 30 insertions, 17 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile index 5fb309accade..30f50839bbbf 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -6,19 +6,20 @@ # PORTNAME= jam -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= devel MASTER_SITES= ftp://ftp1.perforce.com/pub/jam/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org -HTML_DOCS_DIR= ${PREFIX}/share/doc/jam -HTML_DOCS= Jam.html Jambase.html Jamfile.html Jamlang.html +NO_WRKSUBDIR= yes +USE_ZIP= yes do-install: - (cd ${WRKSRC}; \ - ./jam0 install; \ - ${MKDIR} ${HTML_DOCS_DIR}; \ - ${INSTALL_MAN} ${HTML_DOCS} ${HTML_DOCS_DIR}) + ${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsd/jam ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/jam + ${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/jam +.endif .include <bsd.port.mk> diff --git a/devel/jam/distinfo b/devel/jam/distinfo index 18d1619a5e99..e926d00c028c 100644 --- a/devel/jam/distinfo +++ b/devel/jam/distinfo @@ -1 +1 @@ -MD5 (jam-2.2.tar.gz) = f0eb074b076a864c14fbd929ccbc35e2 +MD5 (jam-2.3.zip) = 3eb37e221712f483d9b054d4cfafd49a diff --git a/devel/jam/files/patch-aa b/devel/jam/files/patch-aa index 041ced6656d0..46d73fab914e 100644 --- a/devel/jam/files/patch-aa +++ b/devel/jam/files/patch-aa @@ -1,6 +1,17 @@ ---- Makefile.0 Wed Nov 12 01:22:21 1997 -+++ Makefile Mon Jul 13 11:02:39 1998 -@@ -37,7 +37,7 @@ +--- Makefile.orig Thu Jan 4 16:53:08 2001 ++++ Makefile Thu Feb 1 22:13:36 2001 +@@ -1,8 +1,8 @@ + # Makefile for jam + +-CC = cc ++#CC = cc + TARGET = -o jam0 +-CFLAGS = ++#CFLAGS = + + # Special flavors - uncomment appropriate lines + +@@ -54,7 +54,7 @@ rules.c scan.c search.c timestamp.c variable.c all: jam0 diff --git a/devel/jam/pkg-descr b/devel/jam/pkg-descr index 27873ecab4e9..d0f317a501c6 100644 --- a/devel/jam/pkg-descr +++ b/devel/jam/pkg-descr @@ -2,3 +2,5 @@ Jam/MR (formerly "jam - make(1) redux") Jam/MR is a build utility like make(1). It has its own expressive language which allows for portable Jamfiles capable of building large projects with multiple concurrent processes. + +WWW: http://www.perforce.com/jam/jam.html diff --git a/devel/jam/pkg-plist b/devel/jam/pkg-plist index 74400efa9e86..15f7d5c14cc6 100644 --- a/devel/jam/pkg-plist +++ b/devel/jam/pkg-plist @@ -1,6 +1,5 @@ bin/jam -share/doc/jam/Jam.html -share/doc/jam/Jambase.html -share/doc/jam/Jamfile.html -share/doc/jam/Jamlang.html -@dirrm share/doc/jam +%%PORTDOCS%%share/doc/jam/Jam.html +%%PORTDOCS%%share/doc/jam/Jambase.html +%%PORTDOCS%%share/doc/jam/Jamfile.html +%%PORTDOCS%%@dirrm share/doc/jam |