diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /archivers/unrar | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'archivers/unrar')
-rw-r--r-- | archivers/unrar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 518066c3c62e..ab221d1d50fa 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -8,8 +8,8 @@ PORTNAME= unrar PORTVERSION= 2.50 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ache +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ache MAINTAINER= ache@FreeBSD.org |