diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-04-14 08:19:35 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-04-14 08:19:35 +0800 |
commit | d6d98fb8ea12badd8e98026ee5cff7883fe61956 (patch) | |
tree | 7f2938b20ec5ab14e22b6c1d2ee0498a17f8eb5b | |
parent | 18d568f7ee65d02ed3211e80fe89ba03c3e07904 (diff) | |
download | freebsd-ports-gnome-d6d98fb8ea12badd8e98026ee5cff7883fe61956.tar.gz freebsd-ports-gnome-d6d98fb8ea12badd8e98026ee5cff7883fe61956.tar.zst freebsd-ports-gnome-d6d98fb8ea12badd8e98026ee5cff7883fe61956.zip |
Moving WWW_SITE to DESCR file ...
-rw-r--r-- | archivers/unzip/Makefile | 3 | ||||
-rw-r--r-- | archivers/unzip/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/zip/Makefile | 3 | ||||
-rw-r--r-- | archivers/zip/pkg-descr | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 3968ec3d9dcd..174ed902f9ce 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.22 1998/12/28 01:43:34 ache Exp $ +# $Id: Makefile,v 1.23 1999/03/12 15:28:43 scrappy Exp $ # DISTNAME= unzip540 @@ -14,7 +14,6 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ MAINTAINER= ache@FreeBSD.ORG Y2K= http://www.cdrom.com/pub/infozip/FAQ.html#Y2K -WWW_SITE= http://www.cdrom.com/pub/infozip/UnZip.html WRKSRC= ${WRKDIR}/unzip-5.40 MAKEFILE= unix/Makefile diff --git a/archivers/unzip/pkg-descr b/archivers/unzip/pkg-descr index 456f562f8ab1..061d3002d284 100644 --- a/archivers/unzip/pkg-descr +++ b/archivers/unzip/pkg-descr @@ -18,4 +18,4 @@ from the specified file instead of from stdin. Unzipsfx may be used to create self-extracting ZIP archives from previously created ZIP archives. -http://infozip.cdrom.com/pub/infozip/ +WWW: http://infozip.cdrom.com/pub/infozip/ diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 714d8aa06d9c..5323b19724ea 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.12 1998/07/24 19:45:41 hoek Exp $ +# $Id: Makefile,v 1.13 1999/03/12 15:28:44 scrappy Exp $ # DISTNAME= zip22 @@ -14,7 +14,6 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ MAINTAINER= ache@FreeBSD.ORG Y2K= http://www.cdrom.com/pub/infozip/FAQ.html#Y2K -WWW_SITE= http://www.cdrom.com/pub/infozip/Zip.html WRKSRC= ${WRKDIR}/zip-2.2 MAKEFILE= unix/Makefile diff --git a/archivers/zip/pkg-descr b/archivers/zip/pkg-descr index 060c7433d787..155ab6a00280 100644 --- a/archivers/zip/pkg-descr +++ b/archivers/zip/pkg-descr @@ -3,4 +3,4 @@ PKZIP 2.04g (Phil Katz ZIP) for MSDOS systems. There is a companion to zip called unzip (of course) which you can also install from the ports/package system. -http://infozip.cdrom.com/pub/infozip/ +WWW: http://infozip.cdrom.com/pub/infozip/ |