diff options
author | dholland <dholland@pkgsrc.org> | 2011-06-19 02:32:52 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-06-19 02:32:52 +0000 |
commit | e5a7df97fa5aed958f5b2ea3b16eeb23018f9dee (patch) | |
tree | a603df17447ee52e3b25bd428c449d8bf57feaf8 /databases/couchdb | |
parent | deaa716108fe4b99fa0ef769830ae35b4888a2c6 (diff) | |
download | pkgsrc-e5a7df97fa5aed958f5b2ea3b16eeb23018f9dee.tar.gz |
Comment previous.
Diffstat (limited to 'databases/couchdb')
-rw-r--r-- | databases/couchdb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index 125a50a98e7..a269ec6b909 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/06/19 02:30:17 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2011/06/19 02:32:52 dholland Exp $ # DISTNAME= apache-couchdb-1.0.1 @@ -77,6 +77,8 @@ SUBST_SED.paths= -e 's,@EGDIR@,${COUCH_EGDIR},g' SUBST_SED.paths+= -e 's,@RUNDIR@,${COUCH_RUNDIR},g' SUBST_SED.paths+= -e 's,@ERLANG_PREFIX@,${BUILDLINK_PREFIX.erlang},g' +# This works around libtool abuse installing "couchspawnkillable". Will +# hopefully get fixed properly upstream. SUBST_CLASSES+= unstrip SUBST_MESSAGE.unstrip= Avoiding trying to strip a shell script SUBST_STAGE.unstrip= post-configure |