diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-15 01:01:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-15 01:01:24 +0000 |
commit | d0a2d1da7108756466630c015864b33e1322a9b5 (patch) | |
tree | 1a1c22305c308277eb204c2e63f1e82498d1dff1 /devel/jam | |
parent | 2fbcbd3a35220578b45a0bcc0c8c8b372130e155 (diff) |
Notes
Diffstat (limited to 'devel/jam')
-rw-r--r-- | devel/jam/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile index 30f50839bbbf..194abde9d2a3 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -7,6 +7,7 @@ PORTNAME= jam PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp1.perforce.com/pub/jam/ @@ -16,7 +17,11 @@ NO_WRKSUBDIR= yes USE_ZIP= yes do-install: +.if ${MACHINE_ARCH} == "alpha" + ${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsdaxp/jam ${PREFIX}/bin +.else ${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsd/jam ${PREFIX}/bin +.endif .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/jam ${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/jam |