aboutsummaryrefslogtreecommitdiff
path: root/databases/qdbm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:13:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:13:47 +0000
commit36117d709704f772dbc3d305cda6923741791598 (patch)
tree6c3ec2a25be0f66e3eb89c7c32e68146ec791ef6 /databases/qdbm
parentda36d73df110e6c5e375c94ba2ebbfb705fe6bf6 (diff)
downloadports-36117d709704f772dbc3d305cda6923741791598.tar.gz
ports-36117d709704f772dbc3d305cda6923741791598.zip
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/qdbm')
-rw-r--r--databases/qdbm/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/qdbm/Makefile b/databases/qdbm/Makefile
index a92a1c293f94..20aa4f533ad8 100644
--- a/databases/qdbm/Makefile
+++ b/databases/qdbm/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: QDBM
-# Date created: 18 October 2003
-# Whom: Kimura Fuyuki <fuyuki@nigredo.org>
-#
+# Created by: Kimura Fuyuki <fuyuki@nigredo.org>
# $FreeBSD$
# $MCom: ports-stable/databases/qdbm/Makefile,v 1.6 2008/03/29 20:07:25 ahze Exp $
@@ -38,6 +35,7 @@ MAN3= cabin.3 curia.3 depot.3 hovel.3 odeum.3 qdbm.3 relic.3 villa.3
MLINKS= curia.3 cropen.3 depot.3 dpopen.3 \
odeum.3 odopen.3 villa.3 vlopen.3 villa.3 vista.3
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|${PREFIX}/libdata/pkgconfig|' \