summaryrefslogtreecommitdiffstats
path: root/devel/jam/Makefile
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>1999-01-06 11:50:47 +0000
committersimokawa <simokawa@FreeBSD.org>1999-01-06 11:50:47 +0000
commitc2891bdbffe2ff23e6f4d9dd8d04305ee512673e (patch)
treef7e60e021c39c5c22e7bd7648d043ebba8fd77ae /devel/jam/Makefile
parent01bc54531ef67a115c2b83a5fb19d6e76fa2f049 (diff)
downloadFreeBSD-ports-c2891bdbffe2ff23e6f4d9dd8d04305ee512673e.zip
FreeBSD-ports-c2891bdbffe2ff23e6f4d9dd8d04305ee512673e.tar.gz
Use ./jam0 rather than bin.freebsdx86/jam for installation.
It works both on alpha and i386. Approved by: Maintainer <hsu@FreeBSD.ORG>
Diffstat (limited to 'devel/jam/Makefile')
-rw-r--r--devel/jam/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile
index 4ec4f15..ae23c35 100644
--- a/devel/jam/Makefile
+++ b/devel/jam/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 July 1998
# Whom: Jeffrey Hsu <hsu@freebsd.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/07/11 02:40:50 hsu Exp $
#
DISTNAME= jam-2.2
@@ -17,7 +17,7 @@ HTML_DOCS= Jam.html Jambase.html Jamfile.html Jamlang.html
do-install:
(cd ${WRKSRC}; \
- bin.freebsdx86/jam install; \
+ ./jam0 install; \
${MKDIR} ${HTML_DOCS_DIR}; \
${INSTALL_MAN} ${HTML_DOCS} ${HTML_DOCS_DIR})
OpenPOWER on IntegriCloud