[28480] trunk/dports/archivers/p7zip

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 1 07:28:25 PDT 2007


Revision: 28480
          http://trac.macosforge.org/projects/macports/changeset/28480
Author:   nox at macports.org
Date:     2007-09-01 07:28:25 -0700 (Sat, 01 Sep 2007)

Log Message:
-----------
p7zip:
  * Removed platform test as this is the only supported by this port anyway.
  * Changed doc directory to ${name}-${version}.

Modified Paths:
--------------
    trunk/dports/archivers/p7zip/Portfile

Removed Paths:
-------------
    trunk/dports/archivers/p7zip/files/

Modified: trunk/dports/archivers/p7zip/Portfile
===================================================================
--- trunk/dports/archivers/p7zip/Portfile	2007-09-01 14:06:12 UTC (rev 28479)
+++ trunk/dports/archivers/p7zip/Portfile	2007-09-01 14:28:25 UTC (rev 28480)
@@ -27,9 +27,7 @@
 patchfiles		patch-install.sh
 
 configure {
-	if {${os.platform} == "darwin"} {
-		file copy -force ${worksrcpath}/makefile.macosx ${worksrcpath}/makefile.machine
-	}
+	copy -force ${worksrcpath}/makefile.macosx ${worksrcpath}/makefile.machine
 }
 
 post-configure {
@@ -39,5 +37,7 @@
 }
 
 destroot.destdir	DEST_HOME=${prefix} \
+					DEST_SHARE_DOC=${prefix}/share/doc/${name}-${version} \
 					DEST_MAN=${prefix}/share/man \
 					DEST_DIR=${destroot}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070901/64066bb2/attachment.html


More information about the macports-changes mailing list