diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-06 11:50:47 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-06 11:50:47 +0000 |
commit | 4feee066e6626809eb6ad988b3b73ceb7d4cd4cb (patch) | |
tree | 127ca62d232f232a716481151acda4baf98b65f6 /devel/jam | |
parent | 48a5cc06e2d4efd35a3308d8f627f788c91bcbb7 (diff) | |
download | ports-4feee066e6626809eb6ad988b3b73ceb7d4cd4cb.tar.gz ports-4feee066e6626809eb6ad988b3b73ceb7d4cd4cb.zip |
Notes
Diffstat (limited to 'devel/jam')
-rw-r--r-- | devel/jam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile index 4ec4f1576aea..ae23c35722e3 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}) |