From 38ae599271006aa4aa581f0b03a8a5014fcf143d Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Fri, 4 Aug 2000 01:19:21 +0000 Subject: Extensive patchfile cleanups using sobomax's wonderful post-extract rule --- deskutils/gnomepim/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'deskutils/gnomepim/Makefile') diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index 97587191e04a..cafdfe23a1a9 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -41,6 +41,13 @@ pre-extract: @${ECHO} "You can add gnomepilot support by defining WITH_GNOMEPILOT" .endif +post-extract: + @${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' + .if defined(WITH_GNOMEPILOT) post-install: @${CAT} ${PKGDIR}/PLIST.pilot >> ${TMPPLIST} -- cgit v1.2.3