diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-23 08:58:12 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-23 08:58:12 +0800 |
commit | 2b4538f7ef26a6534ba036823e9a8ce702664014 (patch) | |
tree | 2f773b1d7a3ad45681f072cdb042a730cdb820da /editors | |
parent | ae094b322a8b4b265467b05d357246f1b61f8b6c (diff) | |
download | marcuscom-ports-2b4538f7ef26a6534ba036823e9a8ce702664014.tar marcuscom-ports-2b4538f7ef26a6534ba036823e9a8ce702664014.tar.gz marcuscom-ports-2b4538f7ef26a6534ba036823e9a8ce702664014.tar.bz2 marcuscom-ports-2b4538f7ef26a6534ba036823e9a8ce702664014.tar.lz marcuscom-ports-2b4538f7ef26a6534ba036823e9a8ce702664014.tar.xz marcuscom-ports-2b4538f7ef26a6534ba036823e9a8ce702664014.tar.zst marcuscom-ports-2b4538f7ef26a6534ba036823e9a8ce702664014.zip |
Add a manual of mkdir the plugin directory. Hint, hint, it's on the way. I
just need to finish the pre-everything. It's about over 30 plugins so far. ;-)
But, about 1/4 are not work, crash, can't load or untest.
There are few things that I will need to update few ports and create a new port
to allow some of plugins work. I disable them for now, however.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2541 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/AbiWord2/Makefile | 2 | ||||
-rw-r--r-- | editors/AbiWord2/pkg-install | 5 | ||||
-rw-r--r-- | editors/AbiWord2/pkg-plist | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index b6abe39b6..daabfd96f 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -7,6 +7,7 @@ PORTNAME= AbiWord2 PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -88,6 +89,7 @@ post-patch: s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' post-install: + @${MKDIR} ${PREFIX}/lib/AbiWord-${ABIVERSION}/plugins .if defined(GNOME_ENABLED) @${INSTALL_DATA} ${WRKSRC}/abiword.desktop \ ${X11BASE}/share/gnome/apps/Applications/abiword.desktop diff --git a/editors/AbiWord2/pkg-install b/editors/AbiWord2/pkg-install new file mode 100644 index 000000000..a499e32b7 --- /dev/null +++ b/editors/AbiWord2/pkg-install @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "$2" = "POST-INSTALL" ]; then + mkdir -p ${PKG_PREFIX}/lib/AbiWord-2.2/plugins +fi diff --git a/editors/AbiWord2/pkg-plist b/editors/AbiWord2/pkg-plist index a36a710c8..02755c38a 100644 --- a/editors/AbiWord2/pkg-plist +++ b/editors/AbiWord2/pkg-plist @@ -278,3 +278,5 @@ share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_TW @dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/glade @dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord @dirrm share/AbiSuite-%%ABIVERSION%% +@dirrm lib/AbiWord-%%ABIVERSION%%/plugins +@dirrm lib/AbiWord-%%ABIVERSION%% |