aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kde3-i18n-tr/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2001-10-27 16:50:18 +0800
committerdemon <demon@FreeBSD.org>2001-10-27 16:50:18 +0800
commit82e0fea8b5d03b7ec004f592c68ed985169eaefd (patch)
tree4fbb9b23137e635839b2567e3e5a7d45e4c80053 /misc/kde3-i18n-tr/Makefile
parentf36f894785f131508d2d104bf7f0b07b5c6278ba (diff)
downloadfreebsd-ports-gnome-82e0fea8b5d03b7ec004f592c68ed985169eaefd.tar.gz
freebsd-ports-gnome-82e0fea8b5d03b7ec004f592c68ed985169eaefd.tar.zst
freebsd-ports-gnome-82e0fea8b5d03b7ec004f592c68ed985169eaefd.zip
Upgrade to 2.2.1.
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (with slight modifications)
Diffstat (limited to 'misc/kde3-i18n-tr/Makefile')
-rw-r--r--misc/kde3-i18n-tr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kde3-i18n-tr/Makefile b/misc/kde3-i18n-tr/Makefile
index 825333111235..e94cb79ca4aa 100644
--- a/misc/kde3-i18n-tr/Makefile
+++ b/misc/kde3-i18n-tr/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= kde-i18n
-PORTVERSION= 2.2
+PORTVERSION= 2.2.1
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
014-02-21 21:37:29 +0800 committer ehaupt <ehaupt@FreeBSD.org> 2014-02-21 21:37:29 +0800 Remove trailing whitespaces from category irc' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/irc/darkbot/Makefile?id=3b92044526db7417cc2ec23c01eef4835bb3a2d4'>3b92044526db
591689f7f730
3ababe2cb044
b439b79fa3e4


ae83eeb3d812



b439b79fa3e4

ae83eeb3d812
b439b79fa3e4
b439b79fa3e4


ae83eeb3d812
b439b79fa3e4
d84fcc9d05ff

ae83eeb3d812

866862113bdd
32e5e81574d6
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
41
42
43
44
45
                                                
           

                       
                      
                 
                 


                                                              
                                                 
 
                                 
                                                                      
 
                           
 
                      
                                          
 
                    
 
              


                                                  



                                                                                    

                           
                                                                            
            


                                                                         
                                                           
       

                   

                                                                    
 
                      
# Created by: A. Gabriel <backslash@BSDCode.org>
# $FreeBSD$

PORTNAME=   darkbot
PORTVERSION=    6f6.r6
PORTREVISION=   3
PORTEPOCH=  1
CATEGORIES= irc
MASTER_SITES=   http://darkbot.sourceforge.net/archive/unix/ \
        http://www.BSDCode.org/port/
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/./_/}

MAINTAINER= ports@FreeBSD.org
COMMENT=    IRC talking bot with a fast algorithm for its database

SUB_FILES=  pkg-message

PORTDOCS=   README
NO_CDROM=   no commercial distribution

OPTIONS_DEFINE= DOCS

pre-configure:
    ${CP} ${WRKSRC}/configure ${WRKSRC}/config

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1/
    ${MKDIR} ${STAGEDIR}${ETCDIR}/dat ${STAGEDIR}${ETCDIR}/logs
    ${TOUCH} ${STAGEDIR}${ETCDIR}/logs/.pkgcreate
    cd ${WRKSRC}/dat; \
    for file in *; do \
        ${INSTALL_DATA} $$file ${STAGEDIR}${ETCDIR}/dat/$${file}.dist; \
    done
    ${ECHO_CMD} '#!/bin/sh' > ${WRKSRC}/configure
    ${ECHO_CMD} 'cd ${ETCDIR} && ${SH} config' >> ${WRKSRC}/configure
.for s in config configure AddServer Adduser
    ${INSTALL_SCRIPT} ${WRKSRC}/$s ${STAGEDIR}${ETCDIR}
.endfor

do-install-DOCS-on:
    ${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/docs/README ${STAGEDIR}${DOCSDIR}/

.include <bsd.port.mk>