summaryrefslogtreecommitdiff
path: root/editors/AbiWord2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-11 23:41:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-11 23:41:21 +0000
commit347d9f245c08b1a2ca860967ea7997517240e51c (patch)
tree6ea56d6132f9bf793714db40b3b03e96b749f1e7 /editors/AbiWord2
parentUpdate to 2.0.10. (diff)
Update to 2.0.12, and create the post-install directories before installing
into them. While AbiWord doesn't "own" these directories, this definitely helps with alternate PREFIX test installations.
Notes
Notes: svn path=/head/; revision=118686
Diffstat (limited to 'editors/AbiWord2')
-rw-r--r--editors/AbiWord2/Makefile6
-rw-r--r--editors/AbiWord2/distinfo4
2 files changed, 7 insertions, 3 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
index 50292b349dad..7bccc9325ac0 100644
--- a/editors/AbiWord2/Makefile
+++ b/editors/AbiWord2/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/AbiWord2/distinfo b/editors/AbiWord2/distinfo
index 061c59777c3f..35cee6bd6cc0 100644
--- a/editors/AbiWord2/distinfo
+++ b/editors/AbiWord2/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