summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-04-15 01:01:24 +0000
committerSteve Price <steve@FreeBSD.org>2001-04-15 01:01:24 +0000
commitd0a2d1da7108756466630c015864b33e1322a9b5 (patch)
tree1a1c22305c308277eb204c2e63f1e82498d1dff1
parentNote extra files and remove extra directories on uninstall. (diff)
The directory from which to copy the jam binary changes slightly on the
Alpha platform.
Notes
Notes: svn path=/head/; revision=41392
-rw-r--r--devel/jam/Makefile5
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