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/db | |
parent | da36d73df110e6c5e375c94ba2ebbfb705fe6bf6 (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/db')
-rw-r--r-- | databases/db/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile index 785ce9c00d5f..07f7cf88d5e2 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: db-netbsd -# Date created: 1 January 2004 -# Whom: Edwin Groothuis (edwin@mavetju.org) -# +# Created by: Edwin Groothuis (edwin@mavetju.org) # $FreeBSD$ -# PORTNAME= db PORTVERSION= 1.14 @@ -27,6 +23,7 @@ DIST_DB1= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db.1?rev DIST_DBC= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db.c?rev=${PORTVERSION}&content-type=text/plain DIST_MAKEFILE= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/Makefile?rev=${MAKEVERSION}&content-type=text/plain +NO_STAGE= yes tarball: ${MKDIR} ${WRKSRC} fetch -o ${WRKSRC}/db.1 "${DIST_DB1}" |