View | Details | Raw Unified | Return to bug 26449
Collapse All | Expand All

(-)Makefile (-2 / +10 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	gtk+licq
8
PORTNAME=	gtk+licq
9
PORTVERSION=	0.50.1
9
PORTVERSION=	0.50.1
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	http://gtk.licq.org/download/
12
MASTER_SITES=	http://gtk.licq.org/download/
13
13
Lines 31-39 Link Here
31
CONFIGURE_ARGS=	--enable-gnome
31
CONFIGURE_ARGS=	--enable-gnome
32
.else
32
.else
33
CONFIGURE_ARGS=	--disable-gnome
33
CONFIGURE_ARGS=	--disable-gnome
34
.endif
35
34
post-patch:
36
post-patch:
37
	@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL5} -pi -e \
38
		's|-D_REENTRANT|${PTHREAD_CFLAGS} -D_REENTRANT|g ; \
39
		s|^localedir =.*|localedir = \$$(prefix)/share/locale| ; \
40
		s|^gtklicq_helpdir =.*|gtklicq_helpdir = \
41
		\$$(datadir)/help/gtk+licq/C|'
42
.if !defined(HAVE_GNOME)
35
	@${PERL5} -pi -e \
43
	@${PERL5} -pi -e \
36
		's|^SUBDIRS\ =.*|SUBDIRS\ =\ |' ${WRKSRC}/doc/Makefile.in
44
		's|^SUBDIRS =.*|SUBDIRS =|' ${WRKSRC}/doc/Makefile.in
37
.endif
45
.endif
38
46
39
post-configure:
47
post-configure:
(-)/tmp/cvsqvo7oQnoRr (-11 lines)
Removed Link Here
1
--- po/Makefile.in.in.orig	Wed Aug 23 20:00:23 2000
2
+++ po/Makefile.in.in	Sun Oct 15 11:11:11 2000
3
@@ -19,7 +19,7 @@
4
 prefix = @prefix@
5
 exec_prefix = @exec_prefix@
6
 datadir = $(prefix)/@DATADIRNAME@
7
-localedir = $(datadir)/locale
8
+localedir = $(prefix)/share/locale
9
 gnulocaledir = $(prefix)/share/locale
10
 gettextsrcdir = $(prefix)/share/gettext/po
11
 subdir = po

Return to bug 26449