diff options
Diffstat (limited to 'devel/jam/Makefile')
-rw-r--r-- | devel/jam/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile index 6b748247fcef..5c0049970ebb 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jam -# Date created: 10 July 1998 -# Whom: Jeffrey Hsu <hsu@freebsd.org> -# +# Created by: Jeffrey Hsu <hsu@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jam PORTVERSION= 2.5 @@ -17,6 +13,7 @@ COMMENT= A build utility like make(1) USE_ZIP= yes NO_WRKSUBDIR= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) |