diff options
author | reg <reg@FreeBSD.org> | 2000-10-13 17:34:41 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-13 17:34:41 +0800 |
commit | b495249f6ccb9f9054fd7a5900893090e32e9335 (patch) | |
tree | e834f4aa12861df77c6c1a1af1257d216bb90c9e /japanese | |
parent | 763467596703f965d1da6c848e29607a0c8f1979 (diff) | |
download | freebsd-ports-gnome-b495249f6ccb9f9054fd7a5900893090e32e9335.tar.gz freebsd-ports-gnome-b495249f6ccb9f9054fd7a5900893090e32e9335.tar.zst freebsd-ports-gnome-b495249f6ccb9f9054fd7a5900893090e32e9335.zip |
Fix my breakage. Install files in the right places, and use regex style
patching.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/balsa/Makefile | 8 | ||||
-rw-r--r-- | japanese/balsa/pkg-plist | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/japanese/balsa/Makefile b/japanese/balsa/Makefile index 4db82a09e2d7..4af2f4593a0c 100644 --- a/japanese/balsa/Makefile +++ b/japanese/balsa/Makefile @@ -28,6 +28,14 @@ CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ LIBS='-L${LOCALBASE}/lib' MAN1= balsa.1 +pre-patch: + @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \ + s|\$\(gnomedatadir\)/gnome|\$\(gnomedatadir\)|g' + pre-configure: ${RM} ${WRKSRC}/config.cache ${WRKSRC}/libmutt/config.cache diff --git a/japanese/balsa/pkg-plist b/japanese/balsa/pkg-plist index cf16aade1328..f107027a68a5 100644 --- a/japanese/balsa/pkg-plist +++ b/japanese/balsa/pkg-plist @@ -2,7 +2,7 @@ bin/balsa etc/CORBA/servers/balsa.gnorba etc/sound/events/balsa.soundlist etc/sound/events/email.soundlist -share/gnome/gnome/apps/Internet/balsa.desktop +share/gnome/apps/Internet/balsa.desktop share/gnome/help/balsa/C/balsa.html share/gnome/help/balsa/C/g1100.html share/gnome/help/balsa/C/images/balsa_logo.png @@ -56,7 +56,6 @@ share/locale/sv/LC_MESSAGES/balsa.mo share/locale/tr/LC_MESSAGES/balsa.mo share/locale/uk/LC_MESSAGES/balsa.mo share/locale/zh_CN/LC_MESSAGES/balsa.mo -@dirrm share/gnome/gnome/apps/Internet @dirrm share/gnome/help/balsa/C/images @dirrm share/gnome/help/balsa/C/stylesheet-images @dirrm share/gnome/help/balsa/C |