Revision
74686
Author
macsforever2000@macports.org
Date
2010-12-28 09:32:52 -0800 (Tue, 28 Dec 2010)

Log Message

Growl: Fix for Preference Pane location. (#27582)

Modified Paths

Diff

Modified: trunk/dports/aqua/Growl/Portfile (74685 => 74686)


--- trunk/dports/aqua/Growl/Portfile	2010-12-28 13:23:04 UTC (rev 74685)
+++ trunk/dports/aqua/Growl/Portfile	2010-12-28 17:32:52 UTC (rev 74686)
@@ -6,6 +6,7 @@
 name			Growl
 set base_version	1.1.6
 version			${base_version}
+revision		1
 platforms		darwin
 maintainers		boeyms openmaintainer
 description		global notification system for Mac OS X
@@ -27,6 +28,7 @@
 xcode.target		Growl
 destroot.destdir	DSTROOT=${worksrcpath}/build
 xcode.destroot.path	/destroot
+destroot.violate_mtree   yes
 
 # Common/Source/LoginItemAE.c uses Carbon so can't build x86_64
 supported_archs		i386 ppc
@@ -37,8 +39,8 @@
 
 # install only Growl.prefPane
 post-destroot {
-	xinstall -d "${destroot}/Library/Preference Panes"
-	move ${worksrcpath}/build/destroot/Growl.prefPane "${destroot}/Library/Preference Panes"
+	xinstall -d "${destroot}/Library/PreferencePanes"
+	move ${worksrcpath}/build/destroot/Growl.prefPane "${destroot}/Library/PreferencePanes"
 }
 
 # The old behaviour of automatically installing the contributed extras in the