diff options
Diffstat (limited to 'devel/fga/Makefile')
-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 |