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/gnats4 | |
parent | da36d73df110e6c5e375c94ba2ebbfb705fe6bf6 (diff) |
Notes
Diffstat (limited to 'databases/gnats4')
-rw-r--r-- | databases/gnats4/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/gnats4/Makefile b/databases/gnats4/Makefile index 9de0c88707f0..d7511a1989a9 100644 --- a/databases/gnats4/Makefile +++ b/databases/gnats4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnats4 -# Date created: 22 Aug 2003 -# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com> -# +# Created by: Oliver Eikemeier <eikemeier@fillmore-labs.com> # $FreeBSD$ -# PORTNAME= gnats PORTVERSION= 4.1.0 @@ -81,6 +77,7 @@ PLIST_SUB+= SERVER="" CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}-client-4.* .endif +NO_STAGE= yes pre-everything:: .if !defined(PACKAGE_BUILDING) && !defined(WANT_FREEFALL_CFG) @${ECHO} "=============================================================" |