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

(-)ithought/Makefile (-4 / +2 lines)
Lines 6-24 Link Here
6
#
6
#
7
7
8
PORTNAME=	ithought
8
PORTNAME=	ithought
9
PORTVERSION=	a4
9
PORTVERSION=	a5
10
CATEGORIES=	deskutils
10
CATEGORIES=	deskutils
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	ithought
12
MASTER_SITE_SUBDIR=	ithought
13
13
14
MAINTAINER=	nbm@FreeBSD.org
14
MAINTAINER=	nbm@FreeBSD.org
15
15
16
LIB_DEPENDS=    xml.5:${PORTSDIR}/textproc/libxml
16
LIB_DEPENDS=    xml2.5:${PORTSDIR}/textproc/libxml2
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--datadir=${PREFIX}/libexec
19
CONFIGURE_ARGS=	--datadir=${PREFIX}/libexec
20
21
ALL_TARGET=	ithought
22
20
23
USE_GTK=	yes
21
USE_GTK=	yes
24
22
(-)ithought/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ithought-a4.tar.gz) = 2bf114c9b5a6022af93993df9ddf5241
1
MD5 (ithought-a5.tar.gz) = 63ab574d2b7327e9a5aed266cbeb4080
(-)ithought/files/patch-src::Makefile.in (+11 lines)
Line 0 Link Here
1
--- src/Makefile.in.orig	Tue Mar 26 12:27:14 2002
2
+++ src/Makefile.in	Tue Mar 26 12:28:03 2002
3
@@ -87,7 +87,7 @@
4
 
5
 ithought_LDADD = $(GTK_LIBS) $(XML2_LIBS)
6
 
7
-INCLUDES =  $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(prefix)/share\"
8
+INCLUDES =  $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(datadir)\"
9
 
10
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
11
 CONFIG_CLEAN_FILES = 
(-)ithought/pkg-plist (-8 / +13 lines)
Lines 1-10 Link Here
1
bin/ithought
1
bin/ithought
2
libexec/ithought/action_modules/advogato.so
2
libexec/ithought/module_actions/libadvogato.la
3
libexec/ithought/action_modules/itep.so
3
libexec/ithought/module_actions/libadvogato.so
4
libexec/ithought/action_modules/kuro5hin.so
4
libexec/ithought/module_actions/libitep.la
5
libexec/ithought/action_modules/livejournal.so
5
libexec/ithought/module_actions/libitep.so
6
libexec/ithought/action_modules/stdout.so
6
libexec/ithought/module_actions/libkuro5hin.la
7
libexec/ithought/action_scripts/stdout_script
7
libexec/ithought/module_actions/libkuro5hin.so
8
@dirrm libexec/ithought/action_scripts
8
libexec/ithought/module_actions/liblivejournal.la
9
@dirrm libexec/ithought/action_modules
9
libexec/ithought/module_actions/liblivejournal.so
10
libexec/ithought/module_actions/libstdout.la
11
libexec/ithought/module_actions/libstdout.so
12
libexec/ithought/script_actions/stdout
13
@dirrm libexec/ithought/module_actions
14
@dirrm libexec/ithought/script_actions
10
@dirrm libexec/ithought
15
@dirrm libexec/ithought

Return to bug 36333