diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dump9660/Makefile | 5 | ||||
-rw-r--r-- | sysutils/dump9660/pkg-descr | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/dump9660/Makefile b/sysutils/dump9660/Makefile index 3c7c9fcd6e82..b863a35531b6 100644 --- a/sysutils/dump9660/Makefile +++ b/sysutils/dump9660/Makefile @@ -8,16 +8,13 @@ PORTNAME= dump9660 PORTVERSION= 1.0 CATEGORIES= sysutils -MASTER_SITES= http://www.morphisms.net/~wkj/Software/dump9660/ +MASTER_SITES= http://mbsd.msk.ru/dist/ DISTNAME= dump9660 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Create an ISO 9660 image, possibly incrementally -DEPRECATED= distfile and homepage disappeared -EXPIRATION_DATE= 2007-01-02 - MAN8= mk9660.8 MAN5= proto.5 MLINKS= mk9660.8 dump9660.8 diff --git a/sysutils/dump9660/pkg-descr b/sysutils/dump9660/pkg-descr index 032150128a90..7ad4e627a3b2 100644 --- a/sysutils/dump9660/pkg-descr +++ b/sysutils/dump9660/pkg-descr @@ -9,6 +9,4 @@ of the Plan 9 dump file system. The dump is file-based rather than block-based: if a file's contents have not changed since the last backup, only its directory entry will be rewritten. -WWW: http://www.morphisms.net/~wkj/Software/dump9660/ - - William Josephson and Russ Cox |