diff options
author | steve <steve@FreeBSD.org> | 2000-04-30 07:57:19 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-04-30 07:57:19 +0800 |
commit | ef65632f346940db8d1af4e717f6005fb93bb380 (patch) | |
tree | f0b9dbefff54e5aa9447f8048712c97ade791a41 /misc/rpm2cpio | |
parent | 42add46022d4a3a8223d99f9f85d7fa8f10d4d7e (diff) | |
download | freebsd-ports-gnome-ef65632f346940db8d1af4e717f6005fb93bb380.tar.gz freebsd-ports-gnome-ef65632f346940db8d1af4e717f6005fb93bb380.tar.zst freebsd-ports-gnome-ef65632f346940db8d1af4e717f6005fb93bb380.zip |
- Fix MASTER_SITES
- Add WWW: line to pkg/DESCR
PR: 18278
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
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/ |