diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-11 23:41:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-11 23:41:21 +0000 |
commit | 347d9f245c08b1a2ca860967ea7997517240e51c (patch) | |
tree | 6ea56d6132f9bf793714db40b3b03e96b749f1e7 /editors/abiword | |
parent | ee79a35a3dd707bc933304f36ddc9cba3cde78b1 (diff) | |
download | ports-347d9f245c08b1a2ca860967ea7997517240e51c.tar.gz ports-347d9f245c08b1a2ca860967ea7997517240e51c.zip |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 6 | ||||
-rw-r--r-- | editors/abiword/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 50292b349dad..7bccc9325ac0 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -6,7 +6,7 @@ # PORTNAME= AbiWord2 -PORTVERSION= 2.0.11 +PORTVERSION= 2.0.12 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -107,12 +107,16 @@ post-patch: post-install: .if defined(GNOME_ENABLED) + @${MKDIR} ${PREFIX}/share/gnome/apps/Applications @${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \ ${PREFIX}/share/gnome/apps/Applications/abiword.desktop + @${MKDIR} ${PREFIX}/share/gnome/pixmaps @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/icons/abiword_48.png \ ${PREFIX}/share/gnome/pixmaps/abiword_48.png + @${MKDIR} ${PREFIX}/libdata/bonobo/servers @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/GNOME_AbiWord_Control_2_0.server \ ${PREFIX}/libdata/bonobo/servers/GNOME_AbiWord_Control_2_0.server + @${MKDIR} ${PREFIX}/share/gnome/gnome-2.0/ui @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/abi-nautilus-view-file.xml \ ${PREFIX}/share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml .endif diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 061c59777c3f..35cee6bd6cc0 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,2 +1,2 @@ -MD5 (AbiWord/abiword-2.0.11.tar.bz2) = 8b0618ad60d4273ae0daf80451ede4f3 -SIZE (AbiWord/abiword-2.0.11.tar.bz2) = 22200079 +MD5 (AbiWord/abiword-2.0.12.tar.bz2) = a4a986028405cd14a2adc7f327e9f7cc +SIZE (AbiWord/abiword-2.0.12.tar.bz2) = 22195428 |