[28487] trunk/dports/archivers/zoo/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 1 15:42:50 PDT 2007


Revision: 28487
          http://trac.macosforge.org/projects/macports/changeset/28487
Author:   nox at macports.org
Date:     2007-09-01 15:42:50 -0700 (Sat, 01 Sep 2007)

Log Message:
-----------
zoo: Forgotten fiz binary and messed up in destroot directives, sorry.

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

Modified: trunk/dports/archivers/zoo/Portfile
===================================================================
--- trunk/dports/archivers/zoo/Portfile	2007-09-01 22:39:23 UTC (rev 28486)
+++ trunk/dports/archivers/zoo/Portfile	2007-09-01 22:42:50 UTC (rev 28487)
@@ -37,14 +37,16 @@
 		${worksrcpath}/makefile
 }
 
-build.target	bsd
+build.target		bsd
 
-destroot.target inst_prod
-destroot.args	DESTDIR=${destroot}${prefix}/bin
+destroot.target 	inst_prod
+destroot.destdir	DESTDIR=${destroot}${prefix}/bin
 
 post-destroot {
 	cd ${worksrcpath}
 
+	xinstall fiz ${destroot}${prefix}/bin
+
 	eval xinstall -m 0444 [glob *.1] ${destroot}${prefix}/share/man/man1
 
 	set docdir ${prefix}/share/doc/${name}-${version}

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


More information about the macports-changes mailing list