summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/eel
diff options
context:
space:
mode:
authorbland <bland@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-13 15:57:40 +0800
committerbland <bland@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-13 15:57:40 +0800
commitd99139db682a0df94e851093755c66cef28610fd (patch)
tree3dfdbe2c6550fa83387058ca35c9030d5c509a82 /x11-toolkits/eel
parent4f2c31a251e43cd91b295e9aef7fba0b7b140980 (diff)
downloadmarcuscom-ports-d99139db682a0df94e851093755c66cef28610fd.tar.gz
marcuscom-ports-d99139db682a0df94e851093755c66cef28610fd.tar.zst
marcuscom-ports-d99139db682a0df94e851093755c66cef28610fd.zip
Correct suboptimal regexp I suggested to mezz.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6065 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/eel')
-rw-r--r--x11-toolkits/eel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile
index b6f60f3a7..50d786045 100644
--- a/x11-toolkits/eel/Makefile
+++ b/x11-toolkits/eel/Makefile
@@ -3,14 +3,14 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/eel/Makefile,v 1.33 2006/03/13 19:31:49 mezz Exp $
+# $MCom: ports/x11-toolkits/eel/Makefile,v 1.34 2006/04/11 00:35:39 ahze Exp $
#
PORTNAME= eel
PORTVERSION= 2.14.1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
sha1'>fb1faf8a4091
cc2e78b475ef



fb1faf8a4091
cc2e78b475ef
fb1faf8a4091
cc2e78b475ef

8d35befd7d5d
8d35befd7d5d
cc2e78b475ef


fb1faf8a4091
cc2e78b475ef

91e039579379
cc2e78b475ef
395c77438252
cc2e78b475ef

395c77438252
cc2e78b475ef
395c77438252
cc2e78b475ef
91e039579379



cc2e78b475ef
395c77438252
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

                                                         
 
                                    
 

                                                               
 



                                                                            
 
                                                 
 

                                                               
 
 


                                   
 

                                                                     
 
                               
 

                                                                            
 
                                                                          
 
                                                                     



                                                                         
                           
 
This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

    http://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
        for the latest official version
    or:
    The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


    make search name="<name>"
    or:
    make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

    make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.