diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:04:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:04:43 +0800 |
commit | 8159014cc78f379bc2dd37a33cccefd446edd843 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/jam | |
parent | 75949a996e39878559ea48f6a2aacba0821c3f90 (diff) | |
download | freebsd-ports-gnome-8159014cc78f379bc2dd37a33cccefd446edd843.tar.gz freebsd-ports-gnome-8159014cc78f379bc2dd37a33cccefd446edd843.tar.zst freebsd-ports-gnome-8159014cc78f379bc2dd37a33cccefd446edd843.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2)
Diffstat (limited to 'devel/jam')
-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) |