diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-22 07:45:38 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-22 07:45:38 +0000 |
commit | 8639bafeaa485cc1edbbeb6e2ce7d43ab384150b (patch) | |
tree | f1ede92dd4a3f7486eb9c5b1fc31bf76545494e9 /misc/rpm/Makefile | |
parent | 279dda1358a353dd9c690ba5ca637faf58f3a431 (diff) | |
download | pkgsrc-8639bafeaa485cc1edbbeb6e2ce7d43ab384150b.tar.gz |
Fix setting CONFIGURE_ARGS ("=" -> "+=")
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r-- | misc/rpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index c586f5133cb..beb49a1420f 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -3,7 +3,7 @@ # Date created: 23 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $NetBSD: Makefile,v 1.4 1997/12/17 10:15:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1997/12/22 07:45:48 hubertf Exp $ # FreeBSD Id: Makefile,v 1.9 1997/09/23 07:07:32 tg Exp # @@ -17,7 +17,7 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes -CONFIGURE_ARGS= ${ARCH}--netbsd +CONFIGURE_ARGS+= ${ARCH}--netbsd USE_GMAKE= yes MAN8= rpm.8 rpm2cpio.8 |