diff options
author | tv <tv> | 1998-08-10 15:45:08 +0000 |
---|---|---|
committer | tv <tv> | 1998-08-10 15:45:08 +0000 |
commit | ffacb1c8b33e921d6b7e7e93e33a50e518cd8b9d (patch) | |
tree | ec776b5c6d94622393c895f82702dbdb215c01d4 /misc | |
parent | 79b5a6612fdb4e9672c99e6ef3b87a412c167964 (diff) | |
download | pkgsrc-ffacb1c8b33e921d6b7e7e93e33a50e518cd8b9d.tar.gz |
- RPM's main distribution site is ftp.rpm.org (a different anonymous
server on RedHat's machines).
- rpm is no longer dependent on gdbm (only used for rpmconvert, which
this pkg does not build).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rpm/Makefile | 6 | ||||
-rw-r--r-- | misc/rpm/pkg/PLIST | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index a3eb2888e41..8c00fe3f2c4 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.13 1998/07/10 05:25:45 mycroft Exp $ +# $NetBSD: Makefile,v 1.14 1998/08/10 15:45:08 tv Exp $ # DISTNAME= rpm-2.5.1 CATEGORIES= misc -MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/ \ +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ \ ftp://ftp.gwdg.de/pub/linux/redhat/code/rpm/ MAINTAINER= mycroft@NetBSD.ORG CONFLICTS= rpm-2.4.12 -DEPENDS= gdbm-1.7.3:../../databases/gdbm - GNU_CONFIGURE= yes pre-install: diff --git a/misc/rpm/pkg/PLIST b/misc/rpm/pkg/PLIST index 242b8e17a5b..2d07ff992ee 100644 --- a/misc/rpm/pkg/PLIST +++ b/misc/rpm/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1997/12/17 10:16:01 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/08/10 15:45:08 tv Exp $ bin/gendiff bin/rpm bin/find-requires @@ -8,8 +8,8 @@ include/rpm/rpmlib.h include/rpm/dbindex.h include/rpm/header.h lib/librpm.a -man/man8/rpm.8.gz -man/man8/rpm2cpio.8.gz +man/man8/rpm.8 +man/man8/rpm2cpio.8 share/misc/rpmrc share/misc/rpmpopt @dirrm include/rpm |