[42442] trunk/dports/devel/qscintilla/Portfile

ricci at macports.org ricci at macports.org
Fri Nov 21 09:15:40 PST 2008


Revision: 42442
          http://trac.macports.org/changeset/42442
Author:   ricci at macports.org
Date:     2008-11-21 09:15:40 -0800 (Fri, 21 Nov 2008)
Log Message:
-----------
use distname instead of 'distbase'

Modified Paths:
--------------
    trunk/dports/devel/qscintilla/Portfile

Modified: trunk/dports/devel/qscintilla/Portfile
===================================================================
--- trunk/dports/devel/qscintilla/Portfile	2008-11-21 16:52:01 UTC (rev 42441)
+++ trunk/dports/devel/qscintilla/Portfile	2008-11-21 17:15:40 UTC (rev 42442)
@@ -22,8 +22,8 @@
 	bold and italics, multiple foreground and background colours and	\
 	multiple fonts. 
 
-set distbase        QScintilla-gpl-${version}
-distfiles           ${distbase}.tar.gz
+distname            QScintilla-gpl-${version}
+distfiles           ${distname}.tar.gz
 master_sites        http://www.riverbankcomputing.com/static/Downloads/QScintilla2/
 
 checksums           md5     2e112d01988f2e044c43a1e7f5e1dd87 \
@@ -32,7 +32,7 @@
 
 depends_lib         port:qt4-mac
 
-worksrcdir          ${distbase}
+worksrcdir          ${distname}
 
 configure.dir       ${worksrcpath}/Qt4
 configure.pre_args  INSTALLDIR=${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081121/80c46028/attachment.html>


More information about the macports-changes mailing list