Skip to content

Commit 6f06d7d

Browse files
author
System Administrator
committed
whitespace
1 parent ee12236 commit 6f06d7d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

archivers/hfstar/Portfile

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,32 @@ PortSystem 1.0
66
name hfstar
77
version 1.13.19
88
categories archivers
9-
revision 3
9+
revision 4
1010
maintainers gwmail.gwu.edu:egall openmaintainer
1111
license GPL-2+
1212
description gnutar with HFS+ support
1313
platforms darwin
14-
long_description \
14+
long_description \
1515
A version of gnutar for Mac OS X that supports \
16-
archiving HFS+ specific information such as resource \
16+
archiving HFS+ specific information such as resource \
1717
forks, type and creator codes as well as other finder flags.
18+
1819
homepage http://www.metaobject.com/Products.html
1920
master_sites http://www.metaobject.com/downloads/macos-x
21+
2022
distname ${name}.${version}-1.s
2123
extract.suffix .tgz
24+
2225
checksums md5 67641190e4b3946c201a48310fe2e581 \
2326
sha1 71441ca5b270e41ee1e0e2aa47f97a825a0675a0
27+
2428
worksrcdir ${name}
29+
2530
patchfiles patch-po_Makefile.in.in patch-lib-getline.h.diff
31+
2632
configure.args --program-prefix=hfs --mandir=${prefix}/share/man \
2733
--infodir=${prefix}/share/info
34+
2835
build.env LANG=C
2936

3037
post-destroot {

0 commit comments

Comments
 (0)