summaryrefslogtreecommitdiff
path: root/devel/quilt
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-02-08 19:29:25 +0000
committerbjs <bjs@pkgsrc.org>2008-02-08 19:29:25 +0000
commitd05fd8ed7ee7049199dae015ba1e798afb5bcd80 (patch)
treea8a5c654f7709368c35b706c48c954b4f1eed5cd /devel/quilt
parent0f840b186b54c842062814038e42f991377f9b07 (diff)
downloadpkgsrc-d05fd8ed7ee7049199dae015ba1e798afb5bcd80.tar.gz
Add --without-rpmbuild to CONFIGURE_ARGS. Otherwise, the configure
script can detect it spuriously, and the installation phase will fail during the PLIST check. I would've added it as an option, but I do not know if quilt even works with our ancient rpm package. Bump rev (mostly for CHANGES).
Diffstat (limited to 'devel/quilt')
-rw-r--r--devel/quilt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/quilt/Makefile b/devel/quilt/Makefile
index a000b26c0b8..521dbc04867 100644
--- a/devel/quilt/Makefile
+++ b/devel/quilt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/01/08 08:28:58 apb Exp $
+# $NetBSD: Makefile,v 1.4 2008/02/08 19:29:25 bjs Exp $
#
DISTNAME= quilt-0.46
@@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --with-date=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}date
CONFIGURE_ARGS+= --with-patch=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch
CONFIGURE_ARGS+= --with-sed=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}sed
CONFIGURE_ARGS+= --with-sendmail=/usr/sbin/sendmail
+CONFIGURE_ARGS+= --without-rpmbuild
CONFIGURE_ARGS+= --without-getopt
INSTALL_MAKE_FLAGS+= etcdir=${PREFIX}/share/examples/quilt