diff options
author | cs <cs@FreeBSD.org> | 2012-07-23 22:05:31 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-07-23 22:05:31 +0800 |
commit | e669a07fa8e4e05f5d91c2e969cf8f2c4d0687c0 (patch) | |
tree | 99d55706d41a68f533a1a81e5940bf461f96d113 /archivers | |
parent | 33a437104aea7b756586ae69f01ea6fbc1c8619c (diff) | |
download | freebsd-ports-gnome-e669a07fa8e4e05f5d91c2e969cf8f2c4d0687c0.tar.gz freebsd-ports-gnome-e669a07fa8e4e05f5d91c2e969cf8f2c4d0687c0.tar.zst freebsd-ports-gnome-e669a07fa8e4e05f5d91c2e969cf8f2c4d0687c0.zip |
Fix typos in COMMENT
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libunrar/Makefile | 2 | ||||
-rw-r--r-- | archivers/libunrar4/Makefile | 2 | ||||
-rw-r--r-- | archivers/tclmkziplib/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/archivers/libunrar/Makefile b/archivers/libunrar/Makefile index ca705413d544..b128838603e6 100644 --- a/archivers/libunrar/Makefile +++ b/archivers/libunrar/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.rarlab.com/rar/ DISTNAME= unrarsrc-${PORTVERSION} MAINTAINER= samm@os2.kiev.ua -COMMENT= Library to work with RAR archivies +COMMENT= Library to work with RAR archives WRKSRC= ${WRKDIR}/unrar diff --git a/archivers/libunrar4/Makefile b/archivers/libunrar4/Makefile index eca879c5486d..6a52b9b0b22f 100644 --- a/archivers/libunrar4/Makefile +++ b/archivers/libunrar4/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.rarlab.com/rar/ DISTNAME= unrarsrc-${PORTVERSION} MAINTAINER= joris@vandalon.nl -COMMENT= Library to work with RAR archivies +COMMENT= Library to work with RAR archives WRKSRC= ${WRKDIR}/unrar diff --git a/archivers/tclmkziplib/Makefile b/archivers/tclmkziplib/Makefile index dd76eec4d245..e255fc5edefd 100644 --- a/archivers/tclmkziplib/Makefile +++ b/archivers/tclmkziplib/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://mkextensions.sourceforge.net/ DISTNAME= mkZiplib${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org -COMMENT= GZIP and ZIP support for TCL; dynamicly loadable +COMMENT= GZIP and ZIP support for TCL; dynamically loadable LICENSE= BSD |