aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-02-14 13:43:00 +0800
committerlioux <lioux@FreeBSD.org>2001-02-14 13:43:00 +0800
commit95c603f42399578ac1a383b7bb51abd2e8895db4 (patch)
tree64691a7289d0e77cd3483411dc227f968820b8ed /archivers
parentfb83b160f2557b9320e10fa1c0bc8be677fed45b (diff)
downloadfreebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.gz
freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.zst
freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.zip
typo clean up police: \s -> \t
Diffstat (limited to 'archivers')
-rw-r--r--archivers/lzo/Makefile2
-rw-r--r--archivers/lzo2/Makefile2
-rw-r--r--archivers/ucl/Makefile2
-rw-r--r--archivers/unzip/Makefile6
4 files changed, 6 insertions, 6 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile
index 0f21b9449f25..bf0bd81d3817 100644
--- a/archivers/lzo/Makefile
+++ b/archivers/lzo/Makefile
@@ -8,7 +8,7 @@
PORTNAME= lzo
PORTVERSION= 1.07
CATEGORIES= archivers devel
-MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/lzo/ \
+MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/lzo/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/compression
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile
index 0f21b9449f25..bf0bd81d3817 100644
--- a/archivers/lzo2/Makefile
+++ b/archivers/lzo2/Makefile
@@ -8,7 +8,7 @@
PORTNAME= lzo
PORTVERSION= 1.07
CATEGORIES= archivers devel
-MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/lzo/ \
+MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/lzo/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/compression
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile
index fe678030d644..b7f247217581 100644
--- a/archivers/ucl/Makefile
+++ b/archivers/ucl/Makefile
@@ -8,7 +8,7 @@
PORTNAME= ucl
PORTVERSION= 0.92
CATEGORIES= archivers devel
-MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/${PORTNAME}/ \
+MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/${PORTNAME}/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/compression
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index a779b23db8d6..37928ba10d17 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= unzip
-PORTVERSION= 5.42
+PORTVERSION= 5.42
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/
-DISTNAME= ${PORTNAME}542
+DISTNAME= ${PORTNAME}542
MAINTAINER= ache@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= unix/Makefile
-MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f
+MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f
MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1
.include <bsd.port.pre.mk>