diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
commit | 36117d709704f772dbc3d305cda6923741791598 (patch) | |
tree | 6c3ec2a25be0f66e3eb89c7c32e68146ec791ef6 /databases/ruby-frontbase | |
parent | Update Zope to 2.13.21. This update also includes: (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
Notes
Notes:
svn path=/head/; revision=327717
Diffstat (limited to 'databases/ruby-frontbase')
-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> |