diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 21:58:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 21:58:50 +0000 |
commit | cd526025d656d3f076e54e019eb74a8a847de217 (patch) | |
tree | 6bb02451d005d9ed67b046315f5aae9922880275 /archivers/zip/Makefile | |
parent | Correct CATEGORIES. (diff) |
portlint (fix whitespace)
Diffstat (limited to '')
-rw-r--r-- | archivers/zip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 37a8141140cb..6e2dffc4028c 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -8,7 +8,7 @@ PORTNAME= zip PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ftp://ftp.uu.net/pub/archiving/zip/src/ \ ${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,} |