diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
commit | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/fga | |
parent | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2)
Notes
Notes:
svn path=/head/; revision=327723
Diffstat (limited to 'devel/fga')
-rw-r--r-- | devel/fga/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/fga/Makefile b/devel/fga/Makefile index b421d4b30a46..502fea295ea5 100644 --- a/devel/fga/Makefile +++ b/devel/fga/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: fga -# Date created: 2006-11-29 -# Whom: Stanislav Sedov <stas@FreeBSD.org> -# -# $MBSDlabs$ +# Created by: Stanislav Sedov <stas@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fga PORTVERSION= 1.4 @@ -24,6 +19,7 @@ EXAMPLES= graph_gen maxbit tsp tsp_bf PORTDOCS= * .endif +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/include/fga.hpp ${PREFIX}/include ${INSTALL_PROGRAM} ${EXAMPLES:S,^,${WRKSRC}/,} ${PREFIX}/bin |