[107102] trunk/dports/archivers/cabextract/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Jun 17 23:11:02 PDT 2013
Revision: 107102
https://trac.macports.org/changeset/107102
Author: ryandesign at macports.org
Date: 2013-06-17 23:11:02 -0700 (Mon, 17 Jun 2013)
Log Message:
-----------
cabextract: minor edits
Modified Paths:
--------------
trunk/dports/archivers/cabextract/Portfile
Modified: trunk/dports/archivers/cabextract/Portfile
===================================================================
--- trunk/dports/archivers/cabextract/Portfile 2013-06-18 06:00:07 UTC (rev 107101)
+++ trunk/dports/archivers/cabextract/Portfile 2013-06-18 06:11:02 UTC (rev 107102)
@@ -6,16 +6,17 @@
name cabextract
version 1.4
categories archivers compression sysutils
+platforms darwin
maintainers ryandesign openmaintainer
license GPL-2+
+
description Extract files from Microsoft cabinet files
+
long_description cabextract can extract Microsoft cabinet files, also \
called .CAB files, on *nix systems. cabextract supports \
all special features and all compression formats of \
Microsoft cabinet files.
-platforms darwin
-
homepage http://www.cabextract.org.uk/
master_sites ${homepage}
@@ -25,7 +26,7 @@
use_parallel_build yes
post-destroot {
- xinstall -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
- README TODO ${destroot}${prefix}/share/doc/${name}
+ set docdir ${prefix}/share/doc/${name}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README TODO ${destroot}${docdir}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130617/2885a730/attachment.html>
More information about the macports-changes
mailing list