[Midnightbsd-cvs] mports: editors/abiword: Fix directory strucutre as we changed it with

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 5 23:07:35 EDT 2008


Log Message:
-----------
Fix directory strucutre as we changed it with the gnome update.

Modified Files:
--------------
    mports/editors/abiword:
        Makefile (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/editors/abiword/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L editors/abiword/pkg-plist -L editors/abiword/pkg-plist -u -r1.1 -r1.2
--- editors/abiword/pkg-plist
+++ editors/abiword/pkg-plist
@@ -280,7 +280,7 @@
 share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_CN
 share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_TW
 share/applications/abiword.desktop
-%%GNOME:%%share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml
+%%GNOME:%%share/gnome-2.0/ui/abi-nautilus-view-file.xml
 share/pixmaps/abiword_48.png
 @dirrmtry share/applications
 @dirrm share/AbiSuite-%%ABIVERSION%%/templates
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/abiword/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L editors/abiword/Makefile -L editors/abiword/Makefile -u -r1.1 -r1.2
--- editors/abiword/Makefile
+++ editors/abiword/Makefile
@@ -9,7 +9,7 @@
 
 PORTNAME=	abiword
 PORTVERSION=	2.4.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors
 MASTER_SITES=	http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
 MASTER_SITE_SUBDIR=	abiword
@@ -111,9 +111,9 @@
 	@${MKDIR} ${PREFIX}/libdata/bonobo/servers
 	@${INSTALL_DATA} ${WRKDIR}/abiword-${PORTVERSION}/abidistfiles/GNOME_AbiWord_Control_${ABIVERSION:S/./_/}.server \
 		${PREFIX}/libdata/bonobo/servers/
-	@${MKDIR} ${PREFIX}/share/gnome/gnome-2.0/ui
+	@${MKDIR} ${PREFIX}/share/gnome-2.0/ui
 	@${INSTALL_DATA} ${WRKDIR}/abiword-${PORTVERSION}/abidistfiles/abi-nautilus-view-file.xml \
-		${PREFIX}/share/gnome/gnome-2.0/ui/
+		${PREFIX}/share/gnome-2.0/ui/
 .endif
 	@-update-desktop-database
 


More information about the Midnightbsd-cvs mailing list