diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-29 23:57:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-29 23:57:19 +0000 |
commit | a941bc66eb1451d3201451e49de7cf41680bb41a (patch) | |
tree | c4744917eace666a3bddceca9f45aa08e3ac1fbc /misc/rpm2cpio | |
parent | Update to version 4.0.99i. (diff) |
- Fix MASTER_SITES
- Add WWW: line to pkg/DESCR
PR: 18278
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=28114
Diffstat (limited to 'misc/rpm2cpio')
-rw-r--r-- | misc/rpm2cpio/Makefile | 2 | ||||
-rw-r--r-- | misc/rpm2cpio/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/misc/rpm2cpio/Makefile b/misc/rpm2cpio/Makefile index 759134ebb0d3..fb06345c1f2d 100644 --- a/misc/rpm2cpio/Makefile +++ b/misc/rpm2cpio/Makefile @@ -8,7 +8,7 @@ PORTNAME= rpm2cpio PORTVERSION= 1.0 CATEGORIES= misc -MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ +MASTER_SITES= http://www.iagora.com/~espel/ DISTFILES= ${PORTNAME} MAINTAINER= nox@jelal.kn-bremen.de diff --git a/misc/rpm2cpio/pkg-descr b/misc/rpm2cpio/pkg-descr index dadcd31aaee9..538443c4ad5c 100644 --- a/misc/rpm2cpio/pkg-descr +++ b/misc/rpm2cpio/pkg-descr @@ -8,3 +8,5 @@ required for it, since it uses the same library used to extract RPM's. in particular, it won't build on the HPsUX box i'm on. (this one needs just perl) + +WWW: http://www.iagora.com/~espel/ |