diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 00:13:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 00:13:47 +0800 |
commit | 94d8a4430550bbc2a7bf95ad142ad7d14215cf8b (patch) | |
tree | 6c3ec2a25be0f66e3eb89c7c32e68146ec791ef6 /databases/db44 | |
parent | d9e672142cfbb4c3037723f4ca156645e6964f59 (diff) | |
download | freebsd-ports-gnome-94d8a4430550bbc2a7bf95ad142ad7d14215cf8b.tar.gz freebsd-ports-gnome-94d8a4430550bbc2a7bf95ad142ad7d14215cf8b.tar.zst freebsd-ports-gnome-94d8a4430550bbc2a7bf95ad142ad7d14215cf8b.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
Diffstat (limited to 'databases/db44')
-rw-r--r-- | databases/db44/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile index ef8c10798e24..33ae4014ea64 100644 --- a/databases/db44/Makefile +++ b/databases/db44/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: Berkeley DB v4.4 -# Date created: 2005-11-21 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# +# Created by: Matthias Andree <matthias.andree@gmx.de> # $FreeBSD$ -# PORTNAME= db44 PORTVERSION= 4.4.20.4 @@ -36,6 +32,7 @@ INSTALL_TARGET+= install_docs docdir=${DOCSDIR} PORTDOCS= * .endif +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT} |