diff options
Diffstat (limited to 'devel/monotone-viz/Makefile')
-rw-r--r-- | devel/monotone-viz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index 404d57e63a1..d5171dfa0c7 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/31 16:00:58 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= monotone-viz-0.9 @@ -13,6 +13,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake BUILD_TARGET= monotone-viz BUILD_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR} +INSTALLATION_DIRS= bin do-install: ${CP} ${WRKSRC}/monotone-viz ${PREFIX}/bin |