[55191] trunk/dports/sysutils/macports-notifier/Portfile
snc at macports.org
snc at macports.org
Fri Aug 7 04:57:56 PDT 2009
Revision: 55191
http://trac.macports.org/changeset/55191
Author: snc at macports.org
Date: 2009-08-07 04:57:56 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
remove hardcoded /opt/local, fix lint
Modified Paths:
--------------
trunk/dports/sysutils/macports-notifier/Portfile
Modified: trunk/dports/sysutils/macports-notifier/Portfile
===================================================================
--- trunk/dports/sysutils/macports-notifier/Portfile 2009-08-07 11:54:57 UTC (rev 55190)
+++ trunk/dports/sysutils/macports-notifier/Portfile 2009-08-07 11:57:56 UTC (rev 55191)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -12,7 +13,7 @@
MacPorts Notifier is a menubar notifier for MacPorts. It works like \
the Gmail notifier, updating the port teee automatically and notifying \ the user if any ports are outdated.
homepage http://portsnotifier.sourceforge.net
-#master_sites
+#master_sites
#distname ${name}
#checksums md5 c586fd603d9978b306aee428ea39e329
platforms macosx
@@ -32,7 +33,7 @@
xcode.configuration Release
post-destroot {
- xinstall -d ${destroot}/opt/local/bin
- xinstall -c ${worksrcpath}/build/macports-sync-agent ${destroot}/opt/local/bin
+ xinstall -d ${destroot}${prefix}/bin
+ xinstall -c ${worksrcpath}/build/macports-sync-agent ${destroot}${prefix}/bin
file delete ${destroot}/Applications/MacPorts/macports-sync-agent
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/4bac1ba9/attachment.html>
More information about the macports-changes
mailing list