[71869] trunk/dports/sysutils/cdrtools/Portfile

jmr at macports.org jmr at macports.org
Sat Sep 25 01:09:00 PDT 2010


Revision: 71869
          http://trac.macports.org/changeset/71869
Author:   jmr at macports.org
Date:     2010-09-25 01:08:55 -0700 (Sat, 25 Sep 2010)
Log Message:
-----------
cdrtools: fix man page location (#26619), fix mtree violation (#23035)

Modified Paths:
--------------
    trunk/dports/sysutils/cdrtools/Portfile

Modified: trunk/dports/sysutils/cdrtools/Portfile
===================================================================
--- trunk/dports/sysutils/cdrtools/Portfile	2010-09-25 04:51:44 UTC (rev 71868)
+++ trunk/dports/sysutils/cdrtools/Portfile	2010-09-25 08:08:55 UTC (rev 71869)
@@ -4,6 +4,7 @@
 
 name	    	cdrtools
 version		3.00
+revision	1
 categories  	sysutils
 platforms		darwin
 description     ISO 9660 filesystem and CD creation tools
@@ -44,7 +45,11 @@
 
 use_parallel_build no
 
-destroot.args   DEFINSUSR=root DEFINSGRP=wheel INS_BASE=${prefix} MANDIR=share/man
+destroot.args   DEFINSUSR=root DEFINSGRP=wheel INS_BASE=${prefix}
 
+post-destroot {
+    move ${destroot}/etc/default ${destroot}${prefix}/etc/
+}
+
 livecheck.url	[lindex ${master_sites} 0]
 livecheck.regex	${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100925/b9d32721/attachment-0001.html>


More information about the macports-changes mailing list