diff options
author | steve <steve@FreeBSD.org> | 1999-12-29 15:03:42 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-29 15:03:42 +0800 |
commit | 62bf0a93217032b54ba842d7a71477f80a447f46 (patch) | |
tree | 5963f4df8b21054518b46c93e8dcf9989a353b7d /mail/balsa2 | |
parent | d83e603aec27e8d801843da7da42a58e12171a6e (diff) | |
download | freebsd-ports-gnome-62bf0a93217032b54ba842d7a71477f80a447f46.tar.gz freebsd-ports-gnome-62bf0a93217032b54ba842d7a71477f80a447f46.tar.zst freebsd-ports-gnome-62bf0a93217032b54ba842d7a71477f80a447f46.zip |
* Fixed CONFIGURE_ARGS
* Fixed install path of help files
* Added fixes for I18N by Clive Lin <clive@CirX.ORG>
PR: 15753
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 3 | ||||
-rw-r--r-- | mail/balsa2/pkg-plist | 26 |
2 files changed, 15 insertions, 14 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index d285af10c5b5..722e931380e8 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -28,7 +28,8 @@ CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ LIBS='-L${LOCALBASE}/lib' CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --with-gnome=${PREFIX} + --with-gnome=${PREFIX} \ + --enable-system-install MAN1= balsa.1 diff --git a/mail/balsa2/pkg-plist b/mail/balsa2/pkg-plist index 96701bd9fcbe..28ace399dfc3 100644 --- a/mail/balsa2/pkg-plist +++ b/mail/balsa2/pkg-plist @@ -2,17 +2,17 @@ bin/balsa etc/CORBA/servers/balsa.gnorba etc/sound/events/balsa.soundlist etc/sound/events/email.soundlist -share/gnome/gnome/help/balsa/C/g327.htm -@exec ln -sf t1.htm %D/share/gnome/gnome/help/balsa/C/index.html -@unexec rm -f %D/share/gnome/gnome/help/balsa/C/index.html -share/gnome/gnome/help/balsa/C/t1.htm -share/gnome/gnome/help/balsa/C/topic.dat -share/gnome/gnome/help/balsa/C/x188.htm -share/gnome/gnome/help/balsa/C/x24.htm -share/gnome/gnome/help/balsa/C/x244.htm -share/gnome/gnome/help/balsa/C/x277.htm -share/gnome/gnome/help/balsa/C/x324.htm -share/gnome/gnome/help/balsa/C/x35.htm +share/gnome/help/balsa/C/g327.htm +@exec ln -sf t1.htm %D/share/gnome/help/balsa/C/index.html +@unexec rm -f %D/share/gnome/help/balsa/C/index.html +share/gnome/help/balsa/C/t1.htm +share/gnome/help/balsa/C/topic.dat +share/gnome/help/balsa/C/x188.htm +share/gnome/help/balsa/C/x24.htm +share/gnome/help/balsa/C/x244.htm +share/gnome/help/balsa/C/x277.htm +share/gnome/help/balsa/C/x324.htm +share/gnome/help/balsa/C/x35.htm share/gnome/idl/balsa.idl share/gnome/pixmaps/balsa/attachment.png share/gnome/pixmaps/balsa/balsa-logo.png @@ -38,5 +38,5 @@ share/locale/pt_BR/LC_MESSAGES/balsa.mo share/locale/ru/LC_MESSAGES/balsa.mo @dirrm share/gnome/sounds/balsa @dirrm share/gnome/pixmaps/balsa -@dirrm share/gnome/gnome/help/balsa/C -@dirrm share/gnome/gnome/help/balsa +@dirrm share/gnome/help/balsa/C +@dirrm share/gnome/help/balsa |