diff options
Diffstat (limited to 'databases/ruby-frontbase/Makefile')
-rw-r--r-- | databases/ruby-frontbase/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/ruby-frontbase/Makefile b/databases/ruby-frontbase/Makefile index 9facc061a60c..fb5a9b898de9 100644 --- a/databases/ruby-frontbase/Makefile +++ b/databases/ruby-frontbase/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-frontbase -# Date created: 27 May 2008 -# Whom: Mitchell Smith <mjs@bur.st> -# +# Created by: Mitchell Smith <mjs@bur.st> # $FreeBSD$ -# PORTNAME= frontbase PORTVERSION= 0.0.1 @@ -29,4 +25,5 @@ BUILD_WRKSRC= ${WRKSRC} INSTALL_WRKSRC= ${WRKSRC} INSTALL_TARGET= site-install +NO_STAGE= yes .include <bsd.port.mk> |